Package ooaofooa.datatypes
Enum Class SynchronizationType
- All Implemented Interfaces:
io.ciera.runtime.summit.types.IXtumlType,Serializable,Comparable<SynchronizationType>,Constable
public enum SynchronizationType
extends Enum<SynchronizationType>
implements io.ciera.runtime.summit.types.IXtumlType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionstatic SynchronizationTypebooleanequality(io.ciera.runtime.summit.types.IXtumlType value) intgetValue()static SynchronizationTypevalueOf(int value) Returns the enum constant of this class with the specified name.static SynchronizationTypeReturns the enum constant of this class with the specified name.static SynchronizationType[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface io.ciera.runtime.summit.types.IXtumlType
inequality, oneWhere
-
Enum Constant Details
-
UNINITIALIZED_ENUM
-
PULL
-
PUSH
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public int getValue() -
equality
public boolean equality(io.ciera.runtime.summit.types.IXtumlType value) throws io.ciera.runtime.summit.exceptions.XtumlException - Specified by:
equalityin interfaceio.ciera.runtime.summit.types.IXtumlType- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
serialize
- Specified by:
serializein interfaceio.ciera.runtime.summit.types.IXtumlType
-
deserialize
public static SynchronizationType deserialize(Object o) throws io.ciera.runtime.summit.exceptions.XtumlException - Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-