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

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

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

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar20 that return SessionTypeType
 SessionTypeType EjbJar20Factory.createSessionTypeType()
          Returns a new object of class 'Session Type Type'.
 SessionTypeType DocumentRoot.getSessionType()
          Returns the value of the 'Session Type' containment reference.
 SessionTypeType SessionType.getSessionType()
          Returns the value of the 'Session Type' containment reference.
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar20 with parameters of type SessionTypeType
 void DocumentRoot.setSessionType(SessionTypeType value)
          Sets the value of the 'Session Type' containment reference.
 void SessionType.setSessionType(SessionTypeType value)
          Sets the value of the 'Session Type' containment reference.