public enum AppStoreTemplateDef extends java.lang.Enum<AppStoreTemplateDef> implements ResourceDef
Enum Constant and Description |
---|
APP_DESCRIPTOR |
APP_VERSIONS |
APPS |
AUDIO_BASE, FILE_BASE, HELP_BASE, IMAGE_BASE, LAUNCH_BASE, LICENSE_BASE, RESOURCE_BASE, SQL_BASE, TRANSLATION_BASE
Modifier and Type | Method and Description |
---|---|
ResourceDefAdapter |
get() |
static AppStoreTemplateDef |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AppStoreTemplateDef[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppStoreTemplateDef APPS
public static final AppStoreTemplateDef APP_VERSIONS
public static final AppStoreTemplateDef APP_DESCRIPTOR
public static AppStoreTemplateDef[] values()
for (AppStoreTemplateDef c : AppStoreTemplateDef.values()) System.out.println(c);
public static AppStoreTemplateDef 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 ResourceDefAdapter get()
get
in interface ResourceDef
Copyright © 2014 EsprIT-Systems. All Rights Reserved.