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