public static enum UmlClass.InheritedKind extends java.lang.Enum<UmlClass.InheritedKind>
Modifier and Type | Method and Description |
---|---|
static UmlClass.InheritedKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UmlClass.InheritedKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UmlClass.InheritedKind own
public static final UmlClass.InheritedKind inherited
public static final UmlClass.InheritedKind all
public static UmlClass.InheritedKind[] values()
for (UmlClass.InheritedKind c : UmlClass.InheritedKind.values()) System.out.println(c);
public static UmlClass.InheritedKind 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 nullCopyright 2009-2015 Tatjana (Tanja) Kostic