Uses of Interface
org.eclipse.modisco.jee.webapp.webapp25.RoleNameType

Packages that use RoleNameType
org.eclipse.modisco.jee.webapp.webapp25   
 

Uses of RoleNameType in org.eclipse.modisco.jee.webapp.webapp25
 

Methods in org.eclipse.modisco.jee.webapp.webapp25 that return RoleNameType
 RoleNameType Webapp25Factory.createRoleNameType()
          Returns a new object of class 'Role Name Type'.
 RoleNameType SecurityRoleRefType.getRoleLink()
          Returns the value of the 'Role Link' containment reference.
 RoleNameType RunAsType.getRoleName()
          Returns the value of the 'Role Name' containment reference.
 RoleNameType SecurityRoleRefType.getRoleName()
          Returns the value of the 'Role Name' containment reference.
 RoleNameType SecurityRoleType.getRoleName()
          Returns the value of the 'Role Name' containment reference.
 

Methods in org.eclipse.modisco.jee.webapp.webapp25 with parameters of type RoleNameType
 void SecurityRoleRefType.setRoleLink(RoleNameType value)
          Sets the value of the 'Role Link' containment reference.
 void RunAsType.setRoleName(RoleNameType value)
          Sets the value of the 'Role Name' containment reference.
 void SecurityRoleRefType.setRoleName(RoleNameType value)
          Sets the value of the 'Role Name' containment reference.
 void SecurityRoleType.setRoleName(RoleNameType value)
          Sets the value of the 'Role Name' containment reference.