java.io.Serializable
, java.lang.Comparable<SignTextOptions.TextVerticalAlignmentEnum>
public static enum SignTextOptions.TextVerticalAlignmentEnum extends java.lang.Enum<SignTextOptions.TextVerticalAlignmentEnum>
Modifier and Type | Class | Description |
---|---|---|
static class |
SignTextOptions.TextVerticalAlignmentEnum.Adapter |
Modifier and Type | Method | Description |
---|---|---|
static SignTextOptions.TextVerticalAlignmentEnum |
fromValue(java.lang.String text) |
|
java.lang.String |
getValue() |
|
java.lang.String |
toString() |
|
static SignTextOptions.TextVerticalAlignmentEnum |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static SignTextOptions.TextVerticalAlignmentEnum[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SignTextOptions.TextVerticalAlignmentEnum TOP
public static final SignTextOptions.TextVerticalAlignmentEnum CENTER
public static final SignTextOptions.TextVerticalAlignmentEnum BOTTOM
public static SignTextOptions.TextVerticalAlignmentEnum[] values()
for (SignTextOptions.TextVerticalAlignmentEnum c : SignTextOptions.TextVerticalAlignmentEnum.values()) System.out.println(c);
public static SignTextOptions.TextVerticalAlignmentEnum valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getValue()
public java.lang.String toString()
toString
in class java.lang.Enum<SignTextOptions.TextVerticalAlignmentEnum>
public static SignTextOptions.TextVerticalAlignmentEnum fromValue(java.lang.String text)
Copyright © 2021. All rights reserved.