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