public enum Scope extends Enum<Scope> implements io.ciera.runtime.summit.types.IXtumlType<Scope>
| Enum Constant and Description |
|---|
CLASS |
INSTANCE |
UNINITIALIZED_ENUM |
| Modifier and Type | Method and Description |
|---|---|
static Scope |
deserialize(Object o) |
boolean |
equality(Scope value) |
int |
getValue() |
String |
serialize() |
Scope |
value() |
static Scope |
valueOf(int value) |
static Scope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Scope UNINITIALIZED_ENUM
public static final Scope CLASS
public static final Scope INSTANCE
public static Scope[] values()
for (Scope c : Scope.values()) System.out.println(c);
public static Scope 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 int getValue()
public boolean equality(Scope value) throws io.ciera.runtime.summit.exceptions.XtumlException
equality in interface io.ciera.runtime.summit.types.IXtumlType<Scope>io.ciera.runtime.summit.exceptions.XtumlExceptionpublic Scope value()
value in interface io.ciera.runtime.summit.types.IXtumlType<Scope>public String serialize()
serialize in interface io.ciera.runtime.summit.types.IXtumlType<Scope>public static Scope deserialize(Object o) throws io.ciera.runtime.summit.exceptions.XtumlException
io.ciera.runtime.summit.exceptions.XtumlExceptionpublic static Scope valueOf(int value)
Copyright © 2020. All rights reserved.