public static enum ViewProperties.DATA_VIEW_KEY extends Enum<ViewProperties.DATA_VIEW_KEY>
Enum Constant and Description |
---|
BITMASK |
BITMASKOP |
BORDER |
CHAR |
CONVERTBYTE |
INDEXBASE1 |
INFO |
OBJECT |
READONLY |
TRANSPOSED |
Modifier and Type | Method and Description |
---|---|
static ViewProperties.DATA_VIEW_KEY |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewProperties.DATA_VIEW_KEY[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ViewProperties.DATA_VIEW_KEY CHAR
public static final ViewProperties.DATA_VIEW_KEY CONVERTBYTE
public static final ViewProperties.DATA_VIEW_KEY TRANSPOSED
public static final ViewProperties.DATA_VIEW_KEY READONLY
public static final ViewProperties.DATA_VIEW_KEY OBJECT
public static final ViewProperties.DATA_VIEW_KEY BITMASK
public static final ViewProperties.DATA_VIEW_KEY BITMASKOP
public static final ViewProperties.DATA_VIEW_KEY BORDER
public static final ViewProperties.DATA_VIEW_KEY INFO
public static final ViewProperties.DATA_VIEW_KEY INDEXBASE1
public static ViewProperties.DATA_VIEW_KEY[] values()
for (ViewProperties.DATA_VIEW_KEY c : ViewProperties.DATA_VIEW_KEY.values()) System.out.println(c);
public static ViewProperties.DATA_VIEW_KEY valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2017. All Rights Reserved.