|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PropertyInfo.Edit>
maspack.properties.PropertyInfo.Edit
public static enum PropertyInfo.Edit
Describes conditions under which this property should be interactively edited.
Enum Constant Summary | |
---|---|
Always
Can always be interactively edited. |
|
Never
Should not be interactively edited. |
|
Single
Can be interactively edited only for a single host at a time |
Method Summary | |
---|---|
static PropertyInfo.Edit |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PropertyInfo.Edit[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final PropertyInfo.Edit Always
public static final PropertyInfo.Edit Single
public static final PropertyInfo.Edit Never
Method Detail |
---|
public static PropertyInfo.Edit[] values()
for (PropertyInfo.Edit c : PropertyInfo.Edit.values()) System.out.println(c);
public static PropertyInfo.Edit 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 name
java.lang.NullPointerException
- if the argument is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |