public enum ImplementationScope extends Enum<ImplementationScope> implements io.ciera.runtime.summit.types.IXtumlType<ImplementationScope>
| Enum Constant and Description |
|---|
DEPLOYMENT |
DOMAIN |
UNINITIALIZED_ENUM |
| Modifier and Type | Method and Description |
|---|---|
static ImplementationScope |
deserialize(Object o) |
boolean |
equality(ImplementationScope value) |
int |
getValue() |
String |
serialize() |
ImplementationScope |
value() |
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(ImplementationScope value) throws io.ciera.runtime.summit.exceptions.XtumlException
equality in interface io.ciera.runtime.summit.types.IXtumlType<ImplementationScope>io.ciera.runtime.summit.exceptions.XtumlExceptionpublic ImplementationScope value()
value in interface io.ciera.runtime.summit.types.IXtumlType<ImplementationScope>public String serialize()
serialize in interface io.ciera.runtime.summit.types.IXtumlType<ImplementationScope>public static ImplementationScope deserialize(Object o) throws io.ciera.runtime.summit.exceptions.XtumlException
io.ciera.runtime.summit.exceptions.XtumlExceptionpublic static ImplementationScope valueOf(int value)
Copyright © 2019. All rights reserved.