public final class RelativeDatasetIndexFill extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static String | DEFAULT_VALUEDefault value for relative dataset index,  AbsoluteDatasetIndexFill.DEFAULT_VALUE_AS_INTas string. | 
| Modifier and Type | Method and Description | 
|---|---|
| FillingMode | getMode()Returns the type of filling. | 
| String | getValue()Returns the value as string (valid ONLY for relative dataset index and predefined), otherwise  UndefinedValues.STRING. | 
| int | getValueAsInt()Returns the value as integer (valid ONLY for absolute dataset index), otherwise  UndefinedValues.INTEGER. | 
| String | value()Returns the name value of property | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckAndGetIfValid, checkIfValid, compare, create, equals, getKeyByValue, getKeyByValue, hasKeyByValue, isValidpublic static final String DEFAULT_VALUE
AbsoluteDatasetIndexFill.DEFAULT_VALUE_AS_INT as string.public String value()
Keypublic final FillingMode getMode()
IsFillpublic int getValueAsInt()
IsFillUndefinedValues.INTEGER.getValueAsInt in interface IsFillUndefinedValues.INTEGER.public String getValue()
IsFillUndefinedValues.STRING.getValue in interface IsFillUndefinedValues.STRING.