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