public static enum UmlAssociationEnd.Kind extends java.lang.Enum<UmlAssociationEnd.Kind> implements UmlKind
Modifier and Type | Method and Description |
---|---|
static UmlAssociationEnd.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 UmlAssociationEnd.Kind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UmlAssociationEnd.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UmlAssociationEnd.Kind COMPOS
public static final UmlAssociationEnd.Kind AGGREG
public static final UmlAssociationEnd.Kind ASSOC
public static final UmlAssociationEnd.Kind OTHER
public static UmlAssociationEnd.Kind[] values()
for (UmlAssociationEnd.Kind c : UmlAssociationEnd.Kind.values()) System.out.println(c);
public static UmlAssociationEnd.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 static UmlAssociationEnd.Kind findForValue(java.lang.String value)
value
if found, OTHER
instance otherwise.public java.lang.String getValue()
UmlKind
public java.lang.String getLabel()
UmlKind
public java.lang.String getTag()
UmlKind
Copyright 2009-2016 Tatjana (Tanja) Kostic