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