public interface RestrictionConstants
Modifier and Type | Field and Description |
---|---|
static int |
CHANGABLE_DISCRETE
Constant that flags the field as one that can be changed within one of a set of discrete values.
|
static int |
CHANGABLE_NDISCRETE
Constant that flags the field as one that can be changed within one of a set of indiscrete values.
|
static int |
CHANGABLE_NO
Constant that flags the field as one that cannot be changed.
|
static int |
CHANGABLE_RANGED
Constant that flags the field as one that can be changed within a range.
|
static int |
CHANGABLE_YES
Constant that flags the field as one that can be changed.
|
static int |
INF_NONE |
static int |
INF_READ_ONLY |
static int |
INF_READ_WRITE |
static int |
INF_WRITE_ONLY |
static int |
VIEWABLE_MASKED
Constant that flags the field as viewable, but masked.
|
static int |
VIEWABLE_NO
Constant that flags the field as not viewable.
|
static int |
VIEWABLE_YES
Constant that flags the field as viewable.
|
static String |
XML_NONE |
static String |
XML_READ_ONLY |
static String |
XML_READ_WRITE |
static String |
XML_WRITE_ONLY |
static final int VIEWABLE_NO
static final int VIEWABLE_YES
static final int VIEWABLE_MASKED
static final int CHANGABLE_NO
static final int CHANGABLE_YES
static final int CHANGABLE_RANGED
static final int CHANGABLE_DISCRETE
static final int CHANGABLE_NDISCRETE
static final int INF_NONE
static final int INF_READ_ONLY
static final int INF_READ_WRITE
static final int INF_WRITE_ONLY
static final String XML_READ_WRITE
static final String XML_READ_ONLY
static final String XML_WRITE_ONLY
static final String XML_NONE
Copyright © 2003, 2023, Oracle and/or its affiliates.