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