public enum RadioBoxLayoutType extends Enum<RadioBoxLayoutType>
| Enum Constant and Description |
|---|
LINE_DIRECTION |
PAGE_DIRECTION |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
static RadioBoxLayoutType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RadioBoxLayoutType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RadioBoxLayoutType LINE_DIRECTION
public static final RadioBoxLayoutType PAGE_DIRECTION
public final String label
public static RadioBoxLayoutType[] values()
for (RadioBoxLayoutType c : RadioBoxLayoutType.values()) System.out.println(c);
public static RadioBoxLayoutType 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 getLabel()
Copyright © 2018. All rights reserved.