public enum ElaborationType extends Enum<ElaborationType>
Enum Constant and Description |
---|
COMPUTATION |
IMPORTED |
OPERATIONS |
Modifier and Type | Method and Description |
---|---|
String |
getLabel() |
void |
setLabel(String label) |
static ElaborationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElaborationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ElaborationType IMPORTED
public static final ElaborationType OPERATIONS
public static final ElaborationType COMPUTATION
protected String label
public static ElaborationType[] values()
for (ElaborationType c : ElaborationType.values()) System.out.println(c);
public static ElaborationType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic String getLabel()
public void setLabel(String label)
Copyright © 2014. All Rights Reserved.