public static enum AttributeDescriptor.AttributeType extends java.lang.Enum<AttributeDescriptor.AttributeType>
Modifier and Type | Method and Description |
---|---|
static AttributeDescriptor.AttributeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AttributeDescriptor.AttributeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttributeDescriptor.AttributeType SETTER
public static final AttributeDescriptor.AttributeType GETTER
public static AttributeDescriptor.AttributeType[] values()
for (AttributeDescriptor.AttributeType c : AttributeDescriptor.AttributeType.values()) System.out.println(c);
public static AttributeDescriptor.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