org.eclipse.smila.search.utils.indexstructure
Class DIndexField
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DIndexField
public DIndexField()
DIndexField
public DIndexField(int fieldNo,
java.lang.String name)
- Parameters:
fieldNo
- The fieldNo to setname
- The name to set
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