- All Implemented Interfaces:
Serializable
,Comparable<ViewProperties.DATA_VIEW_KEY>
,Constable
- Enclosing class:
ViewProperties
Property keys control how the data is displayed.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptiondata is bitmaskdata is bitmask opdata is borderdata is chardata is converted to bytedata is index based 1data is infodata is objectdata is read onlydata is transposeddata is view name -
Method Summary
Modifier and TypeMethodDescriptionstatic ViewProperties.DATA_VIEW_KEY
Returns the enum constant of this class with the specified name.static ViewProperties.DATA_VIEW_KEY[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CHAR
data is char -
CONVERTBYTE
data is converted to byte -
TRANSPOSED
data is transposed -
READONLY
data is read only -
OBJECT
data is object -
BITMASK
data is bitmask -
BITMASKOP
data is bitmask op -
BORDER
data is border -
INFO
data is info -
INDEXBASE1
data is index based 1 -
VIEW_NAME
data is view name
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-