public enum FieldStyleType extends Enum<FieldStyleType>
Java class for FieldStyleType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="FieldStyleType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="POPUPLIST"/>
<enumeration value="POPUPMENU"/>
<enumeration value="CHECKBOX"/>
<enumeration value="RADIOBUTTONS"/>
<enumeration value="SCROLLTEXT"/>
<enumeration value="SELECTIONLIST"/>
<enumeration value="EDITTEXT"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CHECKBOX |
EDITTEXT |
POPUPLIST |
POPUPMENU |
RADIOBUTTONS |
SCROLLTEXT |
SELECTIONLIST |
| Modifier and Type | Method and Description |
|---|---|
static FieldStyleType |
fromValue(String v) |
String |
value() |
static FieldStyleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldStyleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldStyleType POPUPLIST
public static final FieldStyleType POPUPMENU
public static final FieldStyleType CHECKBOX
public static final FieldStyleType RADIOBUTTONS
public static final FieldStyleType SCROLLTEXT
public static final FieldStyleType SELECTIONLIST
public static final FieldStyleType EDITTEXT
public static FieldStyleType[] values()
for (FieldStyleType c : FieldStyleType.values()) System.out.println(c);
public static FieldStyleType 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 value()
public static FieldStyleType fromValue(String v)
Copyright © 2017 OpenEstate. All rights reserved.