| Enum Constant and Description |
|---|
analysisStart |
analysisStop |
kind2Options |
log |
lsp |
modelElementSet |
postAnalysisEnd |
postAnalysisStart |
progress |
property |
| Modifier and Type | Method and Description |
|---|---|
static Object |
getKind2Object(java.lang.String kind2Object) |
java.lang.String |
toString() |
static Object |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Object[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Object kind2Options
public static final Object log
public static final Object analysisStart
public static final Object property
public static final Object analysisStop
public static final Object postAnalysisStart
public static final Object postAnalysisEnd
public static final Object modelElementSet
public static final Object progress
public static final Object lsp
public static Object[] values()
for (Object c : Object.values()) System.out.println(c);
public static Object 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 static Object getKind2Object(java.lang.String kind2Object)
public java.lang.String toString()
toString in class java.lang.Enum<Object>