|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Field.FieldType>
tigase.form.Field.FieldType
public static enum Field.FieldType
Enum description
| Enum Constant Summary | |
|---|---|
bool
|
|
fixed
|
|
hidden
|
|
jid_single
|
|
list_multi
|
|
list_single
|
|
text_multi
|
|
text_private
|
|
text_single
|
|
| Method Summary | |
|---|---|
static Field.FieldType |
getFieldTypeByName(String name)
Method description |
String |
toString()
Method description |
static Field.FieldType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Field.FieldType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Field.FieldType bool
public static final Field.FieldType fixed
public static final Field.FieldType hidden
public static final Field.FieldType jid_single
public static final Field.FieldType list_multi
public static final Field.FieldType list_single
public static final Field.FieldType text_multi
public static final Field.FieldType text_private
public static final Field.FieldType text_single
| Method Detail |
|---|
public static Field.FieldType[] values()
for (Field.FieldType c : Field.FieldType.values()) System.out.println(c);
public static Field.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 name
NullPointerException - if the argument is nullpublic static Field.FieldType getFieldTypeByName(String name)
name -
public String toString()
toString in class Enum<Field.FieldType>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||