|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ontopia.infoset.fulltext.impl.rdbms.RDBMSField
public class RDBMSField
INTERNAL: RDBMS FieldIF class implementation.
| Field Summary | |
|---|---|
protected String |
fname
|
protected String |
value
|
| Method Summary | |
|---|---|
String |
getName()
INTERNAL: Returns the name of the field. |
Reader |
getReader()
INTERNAL: Returns the Reader value of the field. |
String |
getValue()
INTERNAL: Returns the String value of the field. |
boolean |
isIndexed()
INTERNAL: Returns true if the field is to be indexed, so that it may be searched on. |
boolean |
isStored()
INTERNAL: Returns true if the field is to be stored in the index for return with search hits. |
boolean |
isTokenized()
INTERNAL: Returns true if the field is to be tokenized prior to indexing. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String fname
protected String value
| Method Detail |
|---|
public String getName()
FieldIF
getName in interface FieldIFpublic String getValue()
FieldIF
getValue in interface FieldIFpublic Reader getReader()
FieldIF
getReader in interface FieldIFpublic boolean isStored()
FieldIF
isStored in interface FieldIFpublic boolean isIndexed()
FieldIF
isIndexed in interface FieldIFpublic boolean isTokenized()
FieldIF
isTokenized in interface FieldIFpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||