|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SOMToolboxApp.Type>
at.tuwien.ifs.somtoolbox.apps.SOMToolboxApp.Type
public static enum SOMToolboxApp.Type
This enum lists the known application types.
Enum Constant Summary | |
---|---|
Helper
Other useful stuff. |
|
Other
Everything else, the default value. |
|
Training
Main-Classes marked with Training are used to create new SOMs, etc... |
|
Utils
Utils are apps that useful but are not part of the core features, such as FileFormatConverter,
MnemonicSOMGenerator , etc... |
|
Viewer
Main-Classes marked with Viewer indicate Applications to view data. |
Method Summary | |
---|---|
static SOMToolboxApp.Type |
getType(Class<? extends SOMToolboxApp> c)
|
static SOMToolboxApp.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SOMToolboxApp.Type[] |
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 SOMToolboxApp.Type Training
Training
are used to create new SOMs, etc...
public static final SOMToolboxApp.Type Viewer
Viewer
indicate Applications to view data. SOMs, InputData, etc...
public static final SOMToolboxApp.Type Utils
Utils
are apps that useful but are not part of the core features, such as FileFormatConverter,
MnemonicSOMGenerator
, etc...
public static final SOMToolboxApp.Type Helper
public static final SOMToolboxApp.Type Other
Method Detail |
---|
public static SOMToolboxApp.Type[] values()
for (SOMToolboxApp.Type c : SOMToolboxApp.Type.values()) System.out.println(c);
public static SOMToolboxApp.Type valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static SOMToolboxApp.Type getType(Class<? extends SOMToolboxApp> c)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |