SMILA (incubation) API documentation

org.eclipse.smila.search.utils.indexstructure
Class DIndexField

java.lang.Object
  extended by org.eclipse.smila.search.utils.indexstructure.DIndexField
Direct Known Subclasses:
DIndexField

public abstract class DIndexField
extends java.lang.Object

Author:
brox IT-Solutions GmbH To change this generated comment go to Window>Preferences>Java>Code Generation>Code and Comments

Constructor Summary
DIndexField()
           
DIndexField(int fieldNo, java.lang.String name)
           
 
Method Summary
abstract  boolean equals(DIndexField dIF)
           
abstract  boolean equalsStructure(DIndexField dIF, boolean throwException)
           
 int getFieldNo()
           
 java.lang.String getName()
           
 boolean getStoreText()
           
 java.lang.String getType()
           
 void setFieldNo(int fieldNo)
          Sets the fieldNo.
 void setName(java.lang.String name)
          Sets the name.
 void setStoreText(boolean storeText)
           
 void setType(java.lang.String type)
          Sets the type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DIndexField

public DIndexField()

DIndexField

public DIndexField(int fieldNo,
                   java.lang.String name)
Parameters:
fieldNo - The fieldNo to set
name - The name to set
Method Detail

equals

public abstract boolean equals(DIndexField dIF)

equalsStructure

public abstract boolean equalsStructure(DIndexField dIF,
                                        boolean throwException)
                                 throws ISException
Throws:
ISException

getFieldNo

public int getFieldNo()
Returns:
int

getName

public java.lang.String getName()
Returns:
String

getStoreText

public boolean getStoreText()

getType

public java.lang.String getType()
Returns:
String

setFieldNo

public void setFieldNo(int fieldNo)
Sets the fieldNo.

Parameters:
fieldNo - The fieldNo to set

setName

public void setName(java.lang.String name)
Sets the name.

Parameters:
name - The name to set

setStoreText

public void setStoreText(boolean storeText)

setType

public void setType(java.lang.String type)
Sets the type.

Parameters:
type - The type to set

SMILA (incubation) API documentation