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