com.ibm.ws.javaee.dd.web.common
Interface UserDataConstraint
- public interface UserDataConstraint
Field Summary
Modifier and Type | Field and Description |
---|---|
|
TRANSPORT_GUARANTEE_CONFIDENTIAL
Represents "CONFIDENTIAL" for
getTransportGuarantee() .
|
|
TRANSPORT_GUARANTEE_INTEGRAL
Represents "INTEGRAL" for
getTransportGuarantee() .
|
|
TRANSPORT_GUARANTEE_NONE
Represents "NONE" for
getTransportGuarantee() .
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getTransportGuarantee()
|
Field Detail
TRANSPORT_GUARANTEE_NONE
- static final int TRANSPORT_GUARANTEE_NONE
See Also:
TRANSPORT_GUARANTEE_INTEGRAL
- static final int TRANSPORT_GUARANTEE_INTEGRAL
Represents "INTEGRAL" for
getTransportGuarantee()
.
See Also:
TRANSPORT_GUARANTEE_CONFIDENTIAL
- static final int TRANSPORT_GUARANTEE_CONFIDENTIAL
Represents "CONFIDENTIAL" for
getTransportGuarantee()
.
See Also:
Method Detail
getTransportGuarantee
- int getTransportGuarantee()
getTransportGuarantee()
.