Uses of Interface
org.eclipse.modisco.jee.ejbjar.EjbJar30.TrueFalseType

Packages that use TrueFalseType
org.eclipse.modisco.jee.ejbjar.EjbJar30   
 

Uses of TrueFalseType in org.eclipse.modisco.jee.ejbjar.EjbJar30
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar30 that return TrueFalseType
 TrueFalseType EjbJar30Factory.createTrueFalseType()
          Returns a new object of class 'True False Type'.
 TrueFalseType PortComponentRefType.getEnableMtom()
          Returns the value of the 'Enable Mtom' containment reference.
 TrueFalseType InterceptorBindingType.getExcludeClassInterceptors()
          Returns the value of the 'Exclude Class Interceptors' containment reference.
 TrueFalseType InterceptorBindingType.getExcludeDefaultInterceptors()
          Returns the value of the 'Exclude Default Interceptors' containment reference.
 TrueFalseType EntityBeanType.getReentrant()
          Returns the value of the 'Reentrant' containment reference.
 TrueFalseType RemoveMethodType.getRetainIfException()
          Returns the value of the 'Retain If Exception' containment reference.
 TrueFalseType ApplicationExceptionType.getRollback()
          Returns the value of the 'Rollback' containment reference.
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar30 with parameters of type TrueFalseType
 void PortComponentRefType.setEnableMtom(TrueFalseType value)
          Sets the value of the 'Enable Mtom' containment reference.
 void InterceptorBindingType.setExcludeClassInterceptors(TrueFalseType value)
          Sets the value of the 'Exclude Class Interceptors' containment reference.
 void InterceptorBindingType.setExcludeDefaultInterceptors(TrueFalseType value)
          Sets the value of the 'Exclude Default Interceptors' containment reference.
 void EntityBeanType.setReentrant(TrueFalseType value)
          Sets the value of the 'Reentrant' containment reference.
 void RemoveMethodType.setRetainIfException(TrueFalseType value)
          Sets the value of the 'Retain If Exception' containment reference.
 void ApplicationExceptionType.setRollback(TrueFalseType value)
          Sets the value of the 'Rollback' containment reference.