|
OpenShift Java Client 2.5.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<EnumDataType>
com.openshift.internal.client.response.EnumDataType
public enum EnumDataType
The Enum EnumDataType.
Enum Constant Summary | |
---|---|
application
|
|
applications
|
|
cartridge
The standalone cartridge type. |
|
cartridges
The standalone cartridges type. |
|
domain
|
|
domains
|
|
embedded
The embedded cartridge type. |
|
environment_variable
The environmetn-variable type |
|
environment_variables
The environment-variables type |
|
gear_groups
|
|
key
one user's key. |
|
keys
the user's keys. |
|
links
Links / the root node that allows for navigation amongst resources. |
|
user
|
Method Summary | |
---|---|
static EnumDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EnumDataType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final EnumDataType links
public static final EnumDataType user
public static final EnumDataType keys
public static final EnumDataType key
public static final EnumDataType domains
public static final EnumDataType domain
public static final EnumDataType applications
public static final EnumDataType application
public static final EnumDataType embedded
public static final EnumDataType gear_groups
public static final EnumDataType cartridges
public static final EnumDataType cartridge
public static final EnumDataType environment_variables
public static final EnumDataType environment_variable
Method Detail |
---|
public static EnumDataType[] values()
for (EnumDataType c : EnumDataType.values()) System.out.println(c);
public static EnumDataType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
OpenShift Java Client 2.5.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |