|
Enterprise Information Portal 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.dkAbstractDataObjectBase | +--com.ibm.mm.sdk.common.DKMatchesTextItemTS
Fields inherited from interface com.ibm.mm.sdk.common.DKConstantDL |
For details, see the class or interface |
Fields inherited from interface com.ibm.mm.sdk.common.DKConstant |
For details, see the class or interface |
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageIdDL |
DK_DL_MSG_INVNBR_TEXTMAPPING, DK_DL_MSG_MSGID_NOT_FOUND |
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageId |
For details, see the class or interface |
Constructor Summary | |
DKMatchesTextItemTS()
Constructs the text item and initializes it. |
Method Summary | |
void |
addNewLine()
Adds a new line for this text. |
int |
getLength()
Gets the match length in text string. |
int |
getMatchIndex()
Gets the match index in text string. |
java.lang.String |
getObjectType()
Gets the type of this object. |
int |
getOffset()
Gets the match offset in text string. |
dkDataObjectBase |
getParent()
Gets the parent object |
java.lang.String |
getText()
Gets the document text. |
boolean |
isMatch()
Checks if text item has match information. |
int |
numberOfMatches()
Gets the number of matches |
int |
numberOfNewLines()
Gets the number of new lines. |
void |
setLength(int length)
Sets the match length in text string. |
void |
setMatchIndex(int index)
Sets the match index in text string. |
void |
setOffset(int offset)
Sets the match offset in text string. |
void |
setParent(dkDataObjectBase parentObject)
Sets the parent object |
void |
setText(java.lang.String text)
Sets the document text. |
Methods inherited from class com.ibm.mm.sdk.common.dkAbstractDataObjectBase |
getRootObject, protocol, setRootObject |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DKMatchesTextItemTS()
Method Detail |
public java.lang.String getObjectType()
getObjectType
in class dkAbstractDataObjectBase
public java.lang.String getText()
public void setText(java.lang.String text)
text
- the document textpublic boolean isMatch()
public void addNewLine()
public int getOffset() throws DKException
public void setOffset(int offset)
offset
- the text match offsetpublic int getMatchIndex()
public void setMatchIndex(int index)
index
- the text match indexpublic int numberOfMatches()
public int getLength() throws DKException
public void setLength(int length)
length
- the text match lengthpublic int numberOfNewLines()
public dkDataObjectBase getParent()
getParent
in class dkAbstractDataObjectBase
public void setParent(dkDataObjectBase parentObject)
setParent
in class dkAbstractDataObjectBase
parent
- the parent object
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |