|
IBM Information Integrator for Content V8.2 APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.sdk.common.infomining.DKIKFTextDocument
Represents the textual content of an arbitrary document.
Constructor Summary | |
DKIKFTextDocument()
|
Method Summary | |
static DKIKFTextDocument |
create(java.lang.String content)
Creates a new text document with the specified content. |
static DKIKFTextDocument |
create(java.lang.String content,
java.lang.String name)
Creates a new text document with the specified content and a name. |
static DKIKFTextDocument |
create(java.lang.String content,
java.lang.String name,
java.lang.String language)
Creates a new text document with the specified content and a name. |
abstract java.lang.String |
getContent()
Returns the content of the document. |
abstract java.lang.String |
getLanguage()
get the language code of this document. |
abstract java.lang.String |
getName()
get the name of this document. |
abstract void |
setLanguage(java.lang.String language)
set the language of this document. |
abstract void |
setName(java.lang.String name)
set the name of this document. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DKIKFTextDocument()
Method Detail |
public static DKIKFTextDocument create(java.lang.String content)
public static DKIKFTextDocument create(java.lang.String content, java.lang.String name)
public static DKIKFTextDocument create(java.lang.String content, java.lang.String name, java.lang.String language) throws DKIKFInvalidLanguageCodeException
public abstract java.lang.String getContent()
public abstract void setLanguage(java.lang.String language) throws DKIKFInvalidLanguageCodeException
public abstract java.lang.String getLanguage()
public abstract void setName(java.lang.String name)
public abstract java.lang.String getName()
|
IBM Information Integrator for Content V8.2 APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |