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