public static enum BooleanAttributeDefView.LayoutType extends Enum<BooleanAttributeDefView.LayoutType>
| Modifier and Type | Method and Description |
|---|---|
static BooleanAttributeDefView.LayoutType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BooleanAttributeDefView.LayoutType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BooleanAttributeDefView.LayoutType CHECKBOX
public static final BooleanAttributeDefView.LayoutType TEXTBOX
public static BooleanAttributeDefView.LayoutType[] values()
for (BooleanAttributeDefView.LayoutType c : BooleanAttributeDefView.LayoutType.values()) System.out.println(c);
public static BooleanAttributeDefView.LayoutType 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 nullCopyright © 2022 Open Foris. All rights reserved.