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