Uses of Interface
org.eclipse.modisco.jee.ejbjar.EjbJar11.DisplayNameType

Packages that use DisplayNameType
org.eclipse.modisco.jee.ejbjar.EjbJar11   
 

Uses of DisplayNameType in org.eclipse.modisco.jee.ejbjar.EjbJar11
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar11 that return DisplayNameType
 DisplayNameType EjbJar11Factory.createDisplayNameType()
          Returns a new object of class 'Display Name Type'.
 DisplayNameType DocumentRoot.getDisplayName()
          Returns the value of the 'Display Name' containment reference.
 DisplayNameType EjbJarType.getDisplayName()
          Returns the value of the 'Display Name' containment reference.
 DisplayNameType EntityType.getDisplayName()
          Returns the value of the 'Display Name' containment reference.
 DisplayNameType SessionType.getDisplayName()
          Returns the value of the 'Display Name' containment reference.
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar11 with parameters of type DisplayNameType
 void DocumentRoot.setDisplayName(DisplayNameType value)
          Sets the value of the 'Display Name' containment reference.
 void EjbJarType.setDisplayName(DisplayNameType value)
          Sets the value of the 'Display Name' containment reference.
 void EntityType.setDisplayName(DisplayNameType value)
          Sets the value of the 'Display Name' containment reference.
 void SessionType.setDisplayName(DisplayNameType value)
          Sets the value of the 'Display Name' containment reference.