public static enum PropertyView.AttributeType extends java.lang.Enum<PropertyView.AttributeType>
Enum Constant and Description |
---|
BOOLEAN |
COLOR |
DIMENSION |
ENUM |
FLOAT |
FONT_FACE |
FONT_SIZE |
IMAGE |
INTEGER |
LABEL |
LAYOUT |
LONGTEXT |
NONE |
PERCENT |
RANGE |
SHAPE |
STROKE |
TEXT |
Modifier and Type | Method and Description |
---|---|
static PropertyView.AttributeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PropertyView.AttributeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyView.AttributeType NONE
public static final PropertyView.AttributeType BOOLEAN
public static final PropertyView.AttributeType INTEGER
public static final PropertyView.AttributeType FLOAT
public static final PropertyView.AttributeType RANGE
public static final PropertyView.AttributeType PERCENT
public static final PropertyView.AttributeType LABEL
public static final PropertyView.AttributeType TEXT
public static final PropertyView.AttributeType LONGTEXT
public static final PropertyView.AttributeType COLOR
public static final PropertyView.AttributeType ENUM
public static final PropertyView.AttributeType DIMENSION
public static final PropertyView.AttributeType LAYOUT
public static final PropertyView.AttributeType IMAGE
public static final PropertyView.AttributeType FONT_FACE
public static final PropertyView.AttributeType FONT_SIZE
public static final PropertyView.AttributeType STROKE
public static final PropertyView.AttributeType SHAPE
public static PropertyView.AttributeType[] values()
for (PropertyView.AttributeType c : PropertyView.AttributeType.values()) System.out.println(c);
public static PropertyView.AttributeType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null