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

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

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

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar31 that return DependsOnType
 DependsOnType EjbJar31Factory.createDependsOnType()
          Returns a new object of class 'Depends On Type'.
 DependsOnType SessionBeanType.getDependsOn()
          Returns the value of the 'Depends On' containment reference.
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar31 with parameters of type DependsOnType
 void SessionBeanType.setDependsOn(DependsOnType value)
          Sets the value of the 'Depends On' containment reference.