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