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