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