org.arakhne.afc.ui.android.property
public static enum TablePropertyEditorView.FieldType extends Enum<TablePropertyEditorView.FieldType>
| Enum Constant and Description |
|---|
BOOLEAN
Boolean.
|
COLOR
Color.
|
COMBO
Combo.
|
EMAIL
Email.
|
FLOAT
Float.
|
INTEGER
Integer.
|
PASSWORD
Password.
|
STRING
String.
|
URL
Uri.
|
| Modifier and Type | Method and Description |
|---|---|
static TablePropertyEditorView.FieldType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TablePropertyEditorView.FieldType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TablePropertyEditorView.FieldType STRING
public static final TablePropertyEditorView.FieldType INTEGER
public static final TablePropertyEditorView.FieldType FLOAT
public static final TablePropertyEditorView.FieldType BOOLEAN
public static final TablePropertyEditorView.FieldType COLOR
public static final TablePropertyEditorView.FieldType URL
public static final TablePropertyEditorView.FieldType EMAIL
public static final TablePropertyEditorView.FieldType PASSWORD
public static final TablePropertyEditorView.FieldType COMBO
public static TablePropertyEditorView.FieldType[] values()
for (TablePropertyEditorView.FieldType c : TablePropertyEditorView.FieldType.values()) System.out.println(c);
public static TablePropertyEditorView.FieldType 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 © 2001-2013 NetEditor Developers. 
NetEditor API Documentation by NetEditor Developers is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.
Based on a work at www.arakhne.org/neteditor