Package | Description |
---|---|
tigase.server |
The main package with top level API for server side components.
|
Modifier and Type | Method and Description |
---|---|
static DataForm.FieldType |
DataForm.FieldType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataForm.FieldType[] |
DataForm.FieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DataForm.Field.Builder |
DataForm.Builder.addField(DataForm.FieldType type,
String var) |
DataForm.Field.Builder |
DataForm.Reported.Builder.addField(DataForm.FieldType type,
String var) |
Constructor and Description |
---|
Builder(Element form,
DataForm.FieldType type,
String var) |
Copyright © 2004–2019 "Tigase, Inc.". All rights reserved.