public static enum ApplicationInfo.TYPE extends java.lang.Enum<ApplicationInfo.TYPE>
Enum Constant and Description |
---|
ACCELERATOR
z.B. desy2, libs, ...
|
APPLICATION
z.B. mstapp
|
CLASSNAME
z.B.
|
COUNTRY
z.B. de
|
GROUP
z.B. mst
|
INSTITUTION
z.B. desy
|
SUBSYSTEM
z.B. framework
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDefault() |
static ApplicationInfo.TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationInfo.TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplicationInfo.TYPE COUNTRY
public static final ApplicationInfo.TYPE INSTITUTION
public static final ApplicationInfo.TYPE GROUP
public static final ApplicationInfo.TYPE ACCELERATOR
public static final ApplicationInfo.TYPE SUBSYSTEM
public static final ApplicationInfo.TYPE APPLICATION
public static final ApplicationInfo.TYPE CLASSNAME
public static ApplicationInfo.TYPE[] values()
for (ApplicationInfo.TYPE c : ApplicationInfo.TYPE.values()) System.out.println(c);
public static ApplicationInfo.TYPE 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 java.lang.String getDefault()
13-September-2017 07:50 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft