Clearspace API (1.7.0) Core Javadocs

com.jivesoftware.community
Interface DocumentTypeElement

All Superinterfaces:
JiveObject
All Known Subinterfaces:
DocumentField, DocumentTypeLabelElement, DocumentTypeSectionElement, MultiOptionDocumentField

public interface DocumentTypeElement
extends JiveObject

This class gives the DocumentType the ability to handle kinds entities (DocumentFields, document, and summaries).

When a Document is being created the information from this class should help determine how elements are saved (ie if this Element is of type Body, the body should be saved to the document's setBody or setBinaryBody methods).

See Also:
DocumentTypeElement

Nested Class Summary
static class DocumentTypeElement.Type
          Simple enumerated type for Document elements.
 
Method Summary
 DocumentTypeElement.Type getType()
          Returns the type of this DocumentTypeElement.
 
Methods inherited from interface com.jivesoftware.community.JiveObject
getID, getObjectType
 

Method Detail

getType

DocumentTypeElement.Type getType()
Returns the type of this DocumentTypeElement.

Returns:
type of the type of this DocumentTypeElement.

Clearspace Project Page

Copyright © 1999-2007 Jive Software.