Uses of Interface
org.eclipse.modisco.jee.ejbjar.EjbJar20.CascadeDeleteType

Packages that use CascadeDeleteType
org.eclipse.modisco.jee.ejbjar.EjbJar20   
 

Uses of CascadeDeleteType in org.eclipse.modisco.jee.ejbjar.EjbJar20
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar20 that return CascadeDeleteType
 CascadeDeleteType EjbJar20Factory.createCascadeDeleteType()
          Returns a new object of class 'Cascade Delete Type'.
 CascadeDeleteType DocumentRoot.getCascadeDelete()
          Returns the value of the 'Cascade Delete' containment reference.
 CascadeDeleteType EjbRelationshipRoleType.getCascadeDelete()
          Returns the value of the 'Cascade Delete' containment reference.
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar20 with parameters of type CascadeDeleteType
 void DocumentRoot.setCascadeDelete(CascadeDeleteType value)
          Sets the value of the 'Cascade Delete' containment reference.
 void EjbRelationshipRoleType.setCascadeDelete(CascadeDeleteType value)
          Sets the value of the 'Cascade Delete' containment reference.