Interface RestrictionConstants
- All Known Implementing Classes:
Restriction
,RestrictionManager
public interface RestrictionConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Constant that flags the field as one that can be changed within one of a set of discrete values.static final int
Constant that flags the field as one that can be changed within one of a set of indiscrete values.static final int
Constant that flags the field as one that cannot be changed.static final int
Constant that flags the field as one that can be changed within a range.static final int
Constant that flags the field as one that can be changed.static final int
static final int
static final int
static final int
static final int
Constant that flags the field as viewable, but masked.static final int
Constant that flags the field as not viewable.static final int
Constant that flags the field as viewable.static final String
static final String
static final String
static final String
-
Field Details
-
VIEWABLE_NO
static final int VIEWABLE_NOConstant that flags the field as not viewable.- See Also:
-
VIEWABLE_YES
static final int VIEWABLE_YESConstant that flags the field as viewable.- See Also:
-
VIEWABLE_MASKED
static final int VIEWABLE_MASKEDConstant that flags the field as viewable, but masked.- See Also:
-
CHANGABLE_NO
static final int CHANGABLE_NOConstant that flags the field as one that cannot be changed.- See Also:
-
CHANGABLE_YES
static final int CHANGABLE_YESConstant that flags the field as one that can be changed.- See Also:
-
CHANGABLE_RANGED
static final int CHANGABLE_RANGEDConstant that flags the field as one that can be changed within a range.- See Also:
-
CHANGABLE_DISCRETE
static final int CHANGABLE_DISCRETEConstant that flags the field as one that can be changed within one of a set of discrete values.- See Also:
-
CHANGABLE_NDISCRETE
static final int CHANGABLE_NDISCRETEConstant that flags the field as one that can be changed within one of a set of indiscrete values.- See Also:
-
INF_NONE
static final int INF_NONE- See Also:
-
INF_READ_ONLY
static final int INF_READ_ONLY- See Also:
-
INF_READ_WRITE
static final int INF_READ_WRITE- See Also:
-
INF_WRITE_ONLY
static final int INF_WRITE_ONLY- See Also:
-
XML_READ_WRITE
- See Also:
-
XML_READ_ONLY
- See Also:
-
XML_WRITE_ONLY
- See Also:
-
XML_NONE
- See Also:
-