SMILA (incubation) API documentation

org.eclipse.smila.search.templates.messages.searchtemplates
Class DSelector

java.lang.Object
  extended by org.eclipse.smila.search.templates.messages.searchtemplates.DSelector

public class DSelector
extends java.lang.Object


Constructor Summary
DSelector()
           
 
Method Summary
 void addIndexField(DIndexField dIndexField)
           
 DIndexField getIndexField(int index)
           
 int getIndexFieldCount()
           
 java.util.Iterator<DIndexField> getIndexFields()
           
 java.lang.String getName()
           
 void setIndexField(int index, DIndexField dIndexField)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DSelector

public DSelector()
Method Detail

setName

public void setName(java.lang.String name)

getName

public java.lang.String getName()

addIndexField

public void addIndexField(DIndexField dIndexField)

setIndexField

public void setIndexField(int index,
                          DIndexField dIndexField)

getIndexField

public DIndexField getIndexField(int index)

getIndexFields

public java.util.Iterator<DIndexField> getIndexFields()

getIndexFieldCount

public int getIndexFieldCount()

SMILA (incubation) API documentation