public enum ModularizationApproach extends java.lang.Enum<ModularizationApproach>
| Enum Constant and Description |
|---|
SESSION_LOGS |
WORKLOAD_MODEL |
| Modifier and Type | Method and Description |
|---|---|
static ModularizationApproach |
fromPrettyString(java.lang.String key) |
java.lang.String |
toPrettyString() |
static ModularizationApproach |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModularizationApproach[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModularizationApproach SESSION_LOGS
public static final ModularizationApproach WORKLOAD_MODEL
public static ModularizationApproach[] values()
for (ModularizationApproach c : ModularizationApproach.values()) System.out.println(c);
public static ModularizationApproach 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 ModularizationApproach fromPrettyString(java.lang.String key)
public java.lang.String toPrettyString()