public enum EnumDataType extends Enum<EnumDataType>
Enum Constant and Description |
---|
application
The application type.
|
applications
The applications type.
|
cartridge
The cartridge type.
|
cartridges
The cartridges type.
|
domain
The domain type.
|
domains
The domains type.
|
embedded
The embedded cartridge type.
|
gears
the gears type.
|
key
one user's key.
|
keys
the user's keys.
|
links
Links / the root node that allows for navigation amongst resources.
|
user
the user type.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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 gears
public static final EnumDataType cartridges
public static final EnumDataType cartridge
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 nameNullPointerException
- if the argument is nullCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.