public enum QueryEnum extends Enum<QueryEnum> implements org.umlg.runtime.domain.UmlgEnum
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryEnum.QueryEnumRuntimePropertyEnum |
| Modifier and Type | Method and Description |
|---|---|
static QueryEnum |
fromJson(String json) |
org.umlg.runtime.collection.persistent.UmlgSetClosableIterableImpl<IQuery> |
getIQuery()
This is not a proper UML property, it is always a Set
|
String |
getQualifiedName() |
String |
toJson() |
static QueryEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryEnum OCL
public static final QueryEnum GROOVY
public static final QueryEnum NATIVE
public static QueryEnum[] values()
for (QueryEnum c : QueryEnum.values()) System.out.println(c);
public static QueryEnum 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 org.umlg.runtime.collection.persistent.UmlgSetClosableIterableImpl<IQuery> getIQuery()
public String getQualifiedName()
getQualifiedName in interface org.umlg.runtime.domain.UmlgEnumpublic String toJson()
toJson in interface org.umlg.runtime.domain.UmlgEnumCopyright © 2018. All rights reserved.