Uses of Interface
org.eclipse.modisco.jee.ejbjar.EjbJar21.EmptyType

Packages that use EmptyType
org.eclipse.modisco.jee.ejbjar.EjbJar21   
 

Uses of EmptyType in org.eclipse.modisco.jee.ejbjar.EjbJar21
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar21 that return EmptyType
 EmptyType EjbJar21Factory.createEmptyType()
          Returns a new object of class 'Empty Type'.
 EmptyType EjbRelationshipRoleType.getCascadeDelete()
          Returns the value of the 'Cascade Delete' containment reference.
 EmptyType MethodPermissionType.getUnchecked()
          Returns the value of the 'Unchecked' containment reference.
 EmptyType SecurityIdentityType.getUseCallerIdentity()
          Returns the value of the 'Use Caller Identity' containment reference.
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar21 with parameters of type EmptyType
 void EjbRelationshipRoleType.setCascadeDelete(EmptyType value)
          Sets the value of the 'Cascade Delete' containment reference.
 void MethodPermissionType.setUnchecked(EmptyType value)
          Sets the value of the 'Unchecked' containment reference.
 void SecurityIdentityType.setUseCallerIdentity(EmptyType value)
          Sets the value of the 'Use Caller Identity' containment reference.