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