Uses of Interface
org.eclipse.modisco.jee.ejbjar.EjbJar11.RoleNameType

Packages that use RoleNameType
org.eclipse.modisco.jee.ejbjar.EjbJar11   
 

Uses of RoleNameType in org.eclipse.modisco.jee.ejbjar.EjbJar11
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar11 that return RoleNameType
 RoleNameType EjbJar11Factory.createRoleNameType()
          Returns a new object of class 'Role Name Type'.
 RoleNameType DocumentRoot.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.ejbjar.EjbJar11 with parameters of type RoleNameType
 void DocumentRoot.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.