com.ibm.ws.javaee.dd.web.common
Interface UserDataConstraint

All Superinterfaces:
com.ibm.ws.javaee.dd.common.Describable

public interface UserDataConstraint
extends com.ibm.ws.javaee.dd.common.Describable


Field Summary
static int TRANSPORT_GUARANTEE_CONFIDENTIAL
          Represents "CONFIDENTIAL" for getTransportGuarantee().
static int TRANSPORT_GUARANTEE_INTEGRAL
          Represents "INTEGRAL" for getTransportGuarantee().
static int TRANSPORT_GUARANTEE_NONE
          Represents "NONE" for getTransportGuarantee().
 
Method Summary
 int getTransportGuarantee()
           
 
Methods inherited from interface com.ibm.ws.javaee.dd.common.Describable
getDescriptions
 

Field Detail

TRANSPORT_GUARANTEE_NONE

static final int TRANSPORT_GUARANTEE_NONE
Represents "NONE" for getTransportGuarantee().

See Also:
Constant Field Values

TRANSPORT_GUARANTEE_INTEGRAL

static final int TRANSPORT_GUARANTEE_INTEGRAL
Represents "INTEGRAL" for getTransportGuarantee().

See Also:
Constant Field Values

TRANSPORT_GUARANTEE_CONFIDENTIAL

static final int TRANSPORT_GUARANTEE_CONFIDENTIAL
Represents "CONFIDENTIAL" for getTransportGuarantee().

See Also:
Constant Field Values
Method Detail

getTransportGuarantee

int getTransportGuarantee()