public interface UserDataConstraint extends Describable
Modifier and Type | Field and Description |
---|---|
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() . |
Modifier and Type | Method and Description |
---|---|
int |
getTransportGuarantee() |
getDescriptions
static final int TRANSPORT_GUARANTEE_NONE
getTransportGuarantee()
.static final int TRANSPORT_GUARANTEE_INTEGRAL
getTransportGuarantee()
.static final int TRANSPORT_GUARANTEE_CONFIDENTIAL
getTransportGuarantee()
.