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