Uses of Interface
org.eclipse.modisco.jee.webapp.webapp23.EjbRefNameType

Packages that use EjbRefNameType
org.eclipse.modisco.jee.webapp.webapp23   
 

Uses of EjbRefNameType in org.eclipse.modisco.jee.webapp.webapp23
 

Methods in org.eclipse.modisco.jee.webapp.webapp23 that return EjbRefNameType
 EjbRefNameType Webapp23Factory.createEjbRefNameType()
          Returns a new object of class 'Ejb Ref Name Type'.
 EjbRefNameType DocumentRoot.getEjbRefName()
          Returns the value of the 'Ejb Ref Name' containment reference.
 EjbRefNameType EjbLocalRefType.getEjbRefName()
          Returns the value of the 'Ejb Ref Name' containment reference.
 EjbRefNameType EjbRefType.getEjbRefName()
          Returns the value of the 'Ejb Ref Name' containment reference.
 

Methods in org.eclipse.modisco.jee.webapp.webapp23 with parameters of type EjbRefNameType
 void DocumentRoot.setEjbRefName(EjbRefNameType value)
          Sets the value of the 'Ejb Ref Name' containment reference.
 void EjbLocalRefType.setEjbRefName(EjbRefNameType value)
          Sets the value of the 'Ejb Ref Name' containment reference.
 void EjbRefType.setEjbRefName(EjbRefNameType value)
          Sets the value of the 'Ejb Ref Name' containment reference.