public static enum ArrayElement.BaseJustificationEnum extends Enum<ArrayElement.BaseJustificationEnum>
Modifier and Type | Class and Description |
---|---|
static class |
ArrayElement.BaseJustificationEnum.Adapter |
Enum Constant and Description |
---|
BOTTOM |
CENTER |
NOTDEFINED |
TOP |
Modifier and Type | Method and Description |
---|---|
static ArrayElement.BaseJustificationEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static ArrayElement.BaseJustificationEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArrayElement.BaseJustificationEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArrayElement.BaseJustificationEnum NOTDEFINED
public static final ArrayElement.BaseJustificationEnum TOP
public static final ArrayElement.BaseJustificationEnum CENTER
public static final ArrayElement.BaseJustificationEnum BOTTOM
public static ArrayElement.BaseJustificationEnum[] values()
for (ArrayElement.BaseJustificationEnum c : ArrayElement.BaseJustificationEnum.values()) System.out.println(c);
public static ArrayElement.BaseJustificationEnum 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 String getValue()
public String toString()
toString
in class Enum<ArrayElement.BaseJustificationEnum>
public static ArrayElement.BaseJustificationEnum fromValue(String text)
Copyright © 2022. All rights reserved.