@Deprecated public enum GoalJobProperties extends Enum<GoalJobProperties>
Enum Constant and Description |
---|
ENVIRONMENT_PATH
Deprecated.
The path of the environment.
|
Modifier and Type | Method and Description |
---|---|
String |
propertyName()
Deprecated.
Access the property Name.
|
static GoalJobProperties |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static GoalJobProperties[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GoalJobProperties ENVIRONMENT_PATH
public static GoalJobProperties[] values()
for (GoalJobProperties c : GoalJobProperties.values()) System.out.println(c);
public static GoalJobProperties 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 nullpublic String propertyName()
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"