public interface VariablePresentationHintAttributes
Possible values include - but not limited to those defined in VariablePresentationHintAttributes
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CAN_HAVE_OBJECT_ID
Indicates that the object has an Object ID associated with it.
|
static java.lang.String |
CONSTANT
Indicates that the object is a constant.
|
static java.lang.String |
HAS_OBJECT_ID
Indicates that the object can have an Object ID created for it.
|
static java.lang.String |
HAS_SIDE_EFFECTS
Indicates that the evaluation had side effects.
|
static java.lang.String |
RAW_STRING
Indicates that the object is a raw string.
|
static java.lang.String |
READ_ONLY
Indicates that the object is read only.
|
static java.lang.String |
STATIC
Indicates that the object is static.
|
static final java.lang.String STATIC
static final java.lang.String CONSTANT
static final java.lang.String READ_ONLY
static final java.lang.String RAW_STRING
static final java.lang.String HAS_OBJECT_ID
static final java.lang.String CAN_HAVE_OBJECT_ID
static final java.lang.String HAS_SIDE_EFFECTS