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

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

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

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar31 that return EmptyType
 EmptyType EjbJar31Factory.createEmptyType()
          Returns a new object of class 'Empty Type'.
 EmptyType EjbRelationshipRoleType.getCascadeDelete()
          Returns the value of the 'Cascade Delete' containment reference.
 EmptyType SessionBeanType.getLocalBean()
          Returns the value of the 'Local Bean' 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.EjbJar31 with parameters of type EmptyType
 void EjbRelationshipRoleType.setCascadeDelete(EmptyType value)
          Sets the value of the 'Cascade Delete' containment reference.
 void SessionBeanType.setLocalBean(EmptyType value)
          Sets the value of the 'Local Bean' 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.