ColumnDisplayType

Values: TEXT,STRING,INTEGER,FLOAT,DECIMAL,DATE,TIME,DATETIME,BOOLEAN,BINARY,CODELOOKUP,CODEVALUE

Entries

Link copied to clipboard
@SerialName(value = "TEXT")
TEXT
Link copied to clipboard
@SerialName(value = "STRING")
STRING
Link copied to clipboard
@SerialName(value = "INTEGER")
INTEGER
Link copied to clipboard
@SerialName(value = "FLOAT")
FLOAT
Link copied to clipboard
@SerialName(value = "DECIMAL")
DECIMAL
Link copied to clipboard
@SerialName(value = "DATE")
DATE
Link copied to clipboard
@SerialName(value = "TIME")
TIME
Link copied to clipboard
@SerialName(value = "DATETIME")
DATETIME
Link copied to clipboard
@SerialName(value = "BOOLEAN")
BOOLEAN
Link copied to clipboard
@SerialName(value = "BINARY")
BINARY
Link copied to clipboard
@SerialName(value = "CODELOOKUP")
CODELOOKUP
Link copied to clipboard
@SerialName(value = "CODEVALUE")
CODEVALUE

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.