public enum DeploymentContextType extends Enum<DeploymentContextType>
Enum Constant and Description |
---|
Analyses |
Organization |
Projects |
Modifier and Type | Method and Description |
---|---|
static DeploymentContextType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentContextType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeploymentContextType Organization
public static final DeploymentContextType Projects
public static final DeploymentContextType Analyses
public static DeploymentContextType[] values()
for (DeploymentContextType c : DeploymentContextType.values()) System.out.println(c);
public static DeploymentContextType 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 (c) 2017, SAS Institute Inc., Cary, NC, USA