|
Clearspace API (2.5.22) Core Javadocs | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DocumentFieldType.DataType | |
|---|---|
| com.jivesoftware.community | Core interfaces and classes for Clearspace. |
| 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(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're declared. |
| Methods in com.jivesoftware.community with parameters of type DocumentFieldType.DataType | |
|---|---|
DocumentFieldType |
DocumentFieldTypeManager.createDocumentFieldType(String name,
String displayName,
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. |
|
Clearspace Project Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||