|
||||||||||
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 FieldIF
public String getValue()
FieldIF
getValue
in interface FieldIF
public Reader getReader()
FieldIF
getReader
in interface FieldIF
public boolean isStored()
FieldIF
isStored
in interface FieldIF
public boolean isIndexed()
FieldIF
isIndexed
in interface FieldIF
public boolean isTokenized()
FieldIF
isTokenized
in interface FieldIF
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |