|
Allows any type except ENUM and FLAGS.
ANY = 65535;
static val ANY_VALUE: Int |
|
Allows any boolean BinaryPrimitive values.
BOOLEAN = 8;
static val BOOLEAN_VALUE: Int |
|
Allows any color BinaryPrimitive values.
COLOR = 16;
static val COLOR_VALUE: Int |
|
Allows any dimension BinaryPrimitive values.
DIMENSION = 64;
static val DIMENSION_VALUE: Int |
|
Allows enums that are defined in the Attribute's symbols.
ENUM = 65536;
static val ENUM_VALUE: Int |
|
ENUM and FLAGS cannot BOTH be set.
FLAGS = 131072;
static val FLAGS_VALUE: Int |
|
Allows any float BinaryPrimitive values.
FLOAT = 32;
static val FLOAT_VALUE: Int |
|
Allows any fraction BinaryPrimitive values.
FRACTION = 128;
static val FRACTION_VALUE: Int |
|
Allows any integer BinaryPrimitive values.
INTEGER = 4;
static val INTEGER_VALUE: Int |
|
Proto3 requires a default of 0.
NONE = 0;
static val NONE_VALUE: Int |
|
Allows Reference values.
REFERENCE = 1;
static val REFERENCE_VALUE: Int |
|
Allows String/StyledString values.
STRING = 2;
static val STRING_VALUE: Int |