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