Uses of Class
org.eclipse.jst.j2ee.webapplication.TransportGuaranteeType

Packages that use TransportGuaranteeType
org.eclipse.jst.j2ee.webapplication This package includes the EJBArtifactEdit api.  
 

Uses of TransportGuaranteeType in org.eclipse.jst.j2ee.webapplication
 

Fields in org.eclipse.jst.j2ee.webapplication declared as TransportGuaranteeType
static TransportGuaranteeType TransportGuaranteeType.NONE_LITERAL
          The 'NONE' literal object
static TransportGuaranteeType TransportGuaranteeType.INTEGRAL_LITERAL
          The 'INTEGRAL' literal object
static TransportGuaranteeType TransportGuaranteeType.CONFIDENTIAL_LITERAL
          The 'CONFIDENTIAL' literal object
 

Methods in org.eclipse.jst.j2ee.webapplication that return TransportGuaranteeType
 TransportGuaranteeType UserDataConstraint.getTransportGuarantee()
           
static TransportGuaranteeType TransportGuaranteeType.get(java.lang.String literal)
          Returns the 'Transport Guarantee Type' literal with the specified literal value
static TransportGuaranteeType TransportGuaranteeType.getByName(java.lang.String name)
          Returns the 'Transport Guarantee Type' literal with the specified name
static TransportGuaranteeType TransportGuaranteeType.get(int value)
          Returns the 'Transport Guarantee Type' literal with the specified integer value
 

Methods in org.eclipse.jst.j2ee.webapplication with parameters of type TransportGuaranteeType
 void UserDataConstraint.setTransportGuarantee(TransportGuaranteeType value)
          Sets the value of the 'Transport Guarantee' attribute