|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.common.searchservice.searchlibrary.resultset.elements.PropertyElementBase
org.gcube.indexmanagement.common.PropertyElementForwardIndex
public class PropertyElementForwardIndex
Class used to get the property elements for the ForwardIndex.
| Field Summary | |
|---|---|
static String |
propertyType
The property type . |
| Constructor Summary | |
|---|---|
PropertyElementForwardIndex()
Constructor. |
|
PropertyElementForwardIndex(int nrOfHits)
Constructor. |
|
| Method Summary | |
|---|---|
void |
fromXML(String element)
Method to get the element from the XML formatted string. |
String |
toXML()
Method to get the number of hits. |
| Methods inherited from class org.gcube.common.searchservice.searchlibrary.resultset.elements.PropertyElementBase |
|---|
getType, getType, RS_fromXML, RS_toXML, setType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String propertyType
| Constructor Detail |
|---|
public PropertyElementForwardIndex()
public PropertyElementForwardIndex(int nrOfHits)
throws Exception
nrOfHits - - the number of hits.
Exception - - from the super class.| Method Detail |
|---|
public void fromXML(String element)
throws Exception
fromXML in class org.gcube.common.searchservice.searchlibrary.resultset.elements.PropertyElementBaseelement - - the element to format
Exception - - when the element can not be formatted.public String toXML()
toXML in class org.gcube.common.searchservice.searchlibrary.resultset.elements.PropertyElementBase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||