public static enum AbstractJavaProperty.ValueType extends Enum<AbstractJavaProperty.ValueType>
| Enum Constant and Description |
|---|
ApplicationDefault |
CommandLine |
PropertyDefault |
Runtime |
| Modifier and Type | Method and Description |
|---|---|
static AbstractJavaProperty.ValueType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractJavaProperty.ValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractJavaProperty.ValueType PropertyDefault
public static final AbstractJavaProperty.ValueType ApplicationDefault
public static final AbstractJavaProperty.ValueType CommandLine
public static final AbstractJavaProperty.ValueType Runtime
public static AbstractJavaProperty.ValueType[] values()
for (AbstractJavaProperty.ValueType c : AbstractJavaProperty.ValueType.values()) System.out.println(c);
public static AbstractJavaProperty.ValueType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2014–2018 openbase.org. All rights reserved.