bsys.propertyview
Enum PropertyView.AttributeType
java.lang.Object
java.lang.Enum<PropertyView.AttributeType>
bsys.propertyview.PropertyView.AttributeType
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<PropertyView.AttributeType>
- Enclosing class:
- PropertyView
public static enum PropertyView.AttributeType
- extends java.lang.Enum<PropertyView.AttributeType>
Attribute type
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
NONE
public static final PropertyView.AttributeType NONE
BOOLEAN
public static final PropertyView.AttributeType BOOLEAN
INTEGER
public static final PropertyView.AttributeType INTEGER
DOUBLE
public static final PropertyView.AttributeType DOUBLE
LABEL
public static final PropertyView.AttributeType LABEL
TEXT
public static final PropertyView.AttributeType TEXT
LONGTEXT
public static final PropertyView.AttributeType LONGTEXT
COLOR
public static final PropertyView.AttributeType COLOR
ID
public static final PropertyView.AttributeType ID
REFID
public static final PropertyView.AttributeType REFID
IMAGE
public static final PropertyView.AttributeType IMAGE
LINK
public static final PropertyView.AttributeType LINK
FONTFACE
public static final PropertyView.AttributeType FONTFACE
FONTSIZE
public static final PropertyView.AttributeType FONTSIZE
STROKE
public static final PropertyView.AttributeType STROKE
TERMINATOR
public static final PropertyView.AttributeType TERMINATOR
values
public static PropertyView.AttributeType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (PropertyView.AttributeType c : PropertyView.AttributeType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static PropertyView.AttributeType valueOf(java.lang.String name)
- 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.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null