public enum End extends Enum<End> implements io.ciera.runtime.summit.types.IXtumlType<End>
| 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(End value) |
int |
getValue() |
String |
serialize() |
End |
value() |
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(End value) throws io.ciera.runtime.summit.exceptions.XtumlException
equality in interface io.ciera.runtime.summit.types.IXtumlType<End>io.ciera.runtime.summit.exceptions.XtumlExceptionpublic End value()
value in interface io.ciera.runtime.summit.types.IXtumlType<End>public String serialize()
serialize in interface io.ciera.runtime.summit.types.IXtumlType<End>public static End deserialize(Object o) throws io.ciera.runtime.summit.exceptions.XtumlException
io.ciera.runtime.summit.exceptions.XtumlExceptionpublic static End valueOf(int value)
Copyright © 2019. All rights reserved.