public enum ServerWebDataResourceDef extends java.lang.Enum<ServerWebDataResourceDef> implements ResourceDef
Enum Constant and Description |
---|
WEB_INDEX |
WEB_PICTURE |
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 ServerWebDataResourceDef |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServerWebDataResourceDef[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServerWebDataResourceDef WEB_INDEX
public static final ServerWebDataResourceDef WEB_PICTURE
public static ServerWebDataResourceDef[] values()
for (ServerWebDataResourceDef c : ServerWebDataResourceDef.values()) System.out.println(c);
public static ServerWebDataResourceDef 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 © 2013 EsprIT-Systems. All Rights Reserved.