public enum ServerEnvironment extends java.lang.Enum<ServerEnvironment>
| Enum Constant and Description |
|---|
DEVELOPMENT |
PRODUCTION |
QA |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLabel() |
java.lang.String |
toString() |
java.lang.String |
toURIString() |
static ServerEnvironment |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServerEnvironment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServerEnvironment DEVELOPMENT
public static final ServerEnvironment QA
public static final ServerEnvironment PRODUCTION
public static ServerEnvironment[] values()
public static ServerEnvironment 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 namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getLabel()
public java.lang.String toURIString()
public java.lang.String toString()
toString in class java.lang.Enum<ServerEnvironment>Copyright © 2022 Contrast Security, Inc.. All rights reserved.