public enum ENUM1 extends Enum<ENUM1> implements org.umlg.runtime.domain.UmlgEnum
| Modifier and Type | Class and Description |
|---|---|
static class |
ENUM1.ENUM1RuntimePropertyEnum |
| Enum Constant and Description |
|---|
EnumerationLiteral1 |
EnumerationLiteral2 |
| Modifier and Type | Method and Description |
|---|---|
static ENUM1 |
fromJson(String json) |
String |
getQualifiedName() |
String |
toJson() |
static ENUM1 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ENUM1[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ENUM1 EnumerationLiteral1
public static final ENUM1 EnumerationLiteral2
public static ENUM1[] values()
for (ENUM1 c : ENUM1.values()) System.out.println(c);
public static ENUM1 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 getQualifiedName()
getQualifiedName in interface org.umlg.runtime.domain.UmlgEnumpublic String toJson()
toJson in interface org.umlg.runtime.domain.UmlgEnumCopyright © 2018. All rights reserved.