public interface UserDataConstraint
Modifier and Type | Field and Description |
---|---|
static String |
CLEAR |
static String |
CONFIDENTIAL_TRANSPORT |
static String |
INTEGRAL_TRANSPORT |
static String |
NONE_TRANSPORT |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getTransportGuarantee() |
String[] |
getUnacceptableTransportGuarantees() |
void |
setDescription(String description) |
void |
setTransportGuarantee(String transportGuarantee) |
static final String NONE_TRANSPORT
static final String INTEGRAL_TRANSPORT
static final String CONFIDENTIAL_TRANSPORT
static final String CLEAR
String getDescription()
void setDescription(String description)
String getTransportGuarantee()
String[] getUnacceptableTransportGuarantees()
void setTransportGuarantee(String transportGuarantee)
Copyright © 2019. All rights reserved.