public static enum UmlSkipped.Kind extends java.lang.Enum<UmlSkipped.Kind> implements UmlKind
Enum Constant and Description |
---|
BOUNDARY |
NOTE |
NOTE_LINK |
OTHER |
PROCESS |
STATE |
STATE_MACHINE |
STATE_NODE |
TEXT |
Modifier and Type | Method and Description |
---|---|
static UmlSkipped.Kind |
findForValue(java.lang.String value)
Returns literal with
value if found, OTHER instance otherwise. |
java.lang.String |
getDesc()
Returns the description, typically used for statistics printing.
|
java.lang.String |
getLabel()
Returns the label to be used for human-readable documentation.
|
java.lang.String |
getTag()
Returns the tag to be used for machine-processable documentation, typically used for
statistics printing.
|
java.lang.String |
getValue()
Returns the value set by the custom constructor.
|
static UmlSkipped.Kind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UmlSkipped.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UmlSkipped.Kind STATE_MACHINE
public static final UmlSkipped.Kind NOTE
public static final UmlSkipped.Kind TEXT
public static final UmlSkipped.Kind BOUNDARY
public static final UmlSkipped.Kind STATE
public static final UmlSkipped.Kind STATE_NODE
public static final UmlSkipped.Kind NOTE_LINK
public static final UmlSkipped.Kind PROCESS
public static final UmlSkipped.Kind OTHER
public static UmlSkipped.Kind[] values()
for (UmlSkipped.Kind c : UmlSkipped.Kind.values()) System.out.println(c);
public static UmlSkipped.Kind 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 getValue()
UmlKind
public java.lang.String getLabel()
UmlKind
public java.lang.String getTag()
UmlKind
public java.lang.String getDesc()
UmlKind
public static UmlSkipped.Kind findForValue(java.lang.String value)
value
if found, OTHER
instance otherwise.Copyright 2009-2016 Tatjana (Tanja) Kostic