|
Jive API (4.5.7.0) Core Javadocs | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DocumentFieldType.DataType | |
|---|---|
| com.jivesoftware.community | Core interfaces and classes for Jive SBS. |
| Uses of DocumentFieldType.DataType in com.jivesoftware.community |
|---|
| Methods in com.jivesoftware.community that return DocumentFieldType.DataType | |
|---|---|
DocumentFieldType.DataType |
DocumentFieldType.getDataType()
Returns the XMPP data form type that this object is. |
static DocumentFieldType.DataType |
DocumentFieldType.DataType.getDataType(long dataTypeID)
Used to acquire a DataType with a specific data type ID. |
static DocumentFieldType.DataType |
DocumentFieldType.DataType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DocumentFieldType.DataType[] |
DocumentFieldType.DataType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.jivesoftware.community with parameters of type DocumentFieldType.DataType | |
|---|---|
DocumentFieldType |
DocumentFieldTypeManager.createDocumentFieldType(java.lang.String name,
java.lang.String displayName,
java.lang.String description,
DocumentFieldType.DataType dataType,
DocumentFieldValidator validator,
DocumentFieldFormatter formatter)
Creates a new DocumentFieldType. |
void |
DocumentFieldType.setDataType(DocumentFieldType.DataType dataType)
Sets the XMPP data form type for this document field type. |
|
Jive Product Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||