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