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