public static enum FormTypeDefinition.FormCheckboxState extends Enum<FormTypeDefinition.FormCheckboxState>
This attibutes pecifies the default state of a check box control.
Modifier and Type | Method and Description |
---|---|
static FormTypeDefinition.FormCheckboxState |
enumValueOf(String aValue) |
String |
toString() |
static FormTypeDefinition.FormCheckboxState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormTypeDefinition.FormCheckboxState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FormTypeDefinition.FormCheckboxState CHECKED
public static final FormTypeDefinition.FormCheckboxState UNCHECKED
public static final FormTypeDefinition.FormCheckboxState UNKNOWN
public static FormTypeDefinition.FormCheckboxState[] values()
for (FormTypeDefinition.FormCheckboxState c : FormTypeDefinition.FormCheckboxState.values()) System.out.println(c);
public static FormTypeDefinition.FormCheckboxState 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 static FormTypeDefinition.FormCheckboxState enumValueOf(String aValue)
public String toString()
toString
in class Enum<FormTypeDefinition.FormCheckboxState>
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.