|
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.DTermContent
org.eclipse.smila.search.lucene.messages.advsearch.DNumField
public class DNumField
| Field Summary |
|---|
| Fields inherited from class org.eclipse.smila.search.lucene.messages.advsearch.DTermContent |
|---|
TC_DATEFIELD, TC_NUMFIELD, TC_OP_1, TC_OP_N, TC_TEMPLATEFIELD, TC_TEXTFIELD, TC_WMEAN |
| Constructor Summary | |
|---|---|
DNumField()
Constructor. |
|
DNumField(int fieldNo,
long min,
long max)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
boolean |
equals(java.lang.Object obj)
************************************************************************ Calls the toString() method on the given Object and THIS instance and then compares the resultant Strings with the equals() method. |
int |
getFieldNo()
|
long |
getMax()
|
long |
getMin()
|
java.lang.String |
getType()
|
void |
setFieldNo(int fieldNo)
|
void |
setMax(long max)
|
void |
setMin(long min)
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DNumField()
public DNumField(int fieldNo,
long min,
long max)
fieldNo - -min - -max - -| Method Detail |
|---|
public java.lang.Object clone()
clone in interface ITermContentclone in class DTermContentDTermContent.clone()public long getMin()
public void setMin(long min)
min - -public long getMax()
public void setMax(long max)
max - -public int getFieldNo()
public void setFieldNo(int fieldNo)
fieldNo - -public java.lang.String getType()
getType in class DTermContentDTermContent.getType()public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - -
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||