|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.search.lucene.messages.advsearch.DTerm
public class DTerm
This class can contain exactly one of the possible terms at a time.
| Constructor Summary | |
|---|---|
DTerm()
Constructor. |
|
DTerm(DTermContent term)
Constructor. |
|
DTerm(ITermContent term)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
DDateField |
getDateField()
|
DNumField |
getNumField()
|
DOP1 |
getOP1()
|
DOPN |
getOpN()
|
DTemplateField |
getTemplateField()
|
ITermContent |
getTerm()
|
DTextField |
getTextField()
|
DWMEAN |
getWMEAN()
|
ITermContent |
setTerm(ITermContent term)
This recieves not a DTerm as the name might suggest but takes either a DTextField, DNumField or a DOP_X. |
java.lang.String |
toString()
Returns this instance's contents as an XML String. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DTerm()
public DTerm(DTermContent term)
term - -public DTerm(ITermContent term)
term - -| Method Detail |
|---|
public java.lang.Object clone()
clone in interface ITermclone in class java.lang.Objectpublic ITermContent getTerm()
getTerm in interface ITermITerm.getTerm()public ITermContent setTerm(ITermContent term)
setTerm in interface ITermterm - -
public DTextField getTextField()
public DNumField getNumField()
public DDateField getDateField()
public DTemplateField getTemplateField()
public DOP1 getOP1()
public DOPN getOpN()
public DWMEAN getWMEAN()
public java.lang.String toString()
toString in class java.lang.Object
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||