OpenShift Java Client 2.5.0.Final

com.openshift.internal.client.response
Enum EnumDataType

java.lang.Object
  extended by java.lang.Enum<EnumDataType>
      extended by com.openshift.internal.client.response.EnumDataType
All Implemented Interfaces:
Serializable, Comparable<EnumDataType>

public enum EnumDataType
extends 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

links

public static final EnumDataType links
Links / the root node that allows for navigation amongst resources.


user

public static final EnumDataType user

keys

public static final EnumDataType keys
the user's keys.


key

public static final EnumDataType key
one user's key.


domains

public static final EnumDataType domains

domain

public static final EnumDataType domain

applications

public static final EnumDataType applications

application

public static final EnumDataType application

embedded

public static final EnumDataType embedded
The embedded cartridge type.


gear_groups

public static final EnumDataType gear_groups

cartridges

public static final EnumDataType cartridges
The standalone cartridges type.


cartridge

public static final EnumDataType cartridge
The standalone cartridge type.


environment_variables

public static final EnumDataType environment_variables
The environment-variables type


environment_variable

public static final EnumDataType environment_variable
The environmetn-variable type

Method Detail

values

public static EnumDataType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (EnumDataType c : EnumDataType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static EnumDataType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
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

Copyright © 2014 JBoss, a division of Red Hat, Inc.. All Rights Reserved.