|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<ResourceType> com.hack23.cia.model.api.common.ResourceType
public enum ResourceType extends Enum<ResourceType>
The Enum ResourceType.
Enum Constant and Description |
---|
ApplicationData
The Application data. |
Configuration
The Configuration. |
Image
The Image. |
Language
The Language. |
LanguageContent
The Language content. |
SoftwareAgentOperation
The Software agent operation. |
SwedenModelData
The Sweden model data. |
Modifier and Type | Method and Description |
---|---|
static ResourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ResourceType[] |
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 ResourceType ApplicationData
public static final ResourceType Configuration
public static final ResourceType Image
public static final ResourceType Language
public static final ResourceType LanguageContent
public static final ResourceType SoftwareAgentOperation
public static final ResourceType SwedenModelData
Method Detail |
---|
public static ResourceType[] values()
for (ResourceType c : ResourceType.values()) System.out.println(c);
public static ResourceType 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 null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |