public final class RelativeDatasetIndexFill
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_VALUE
Default value for relative dataset index,
AbsoluteDatasetIndexFill.DEFAULT_VALUE_AS_INT as string. |
Modifier and Type | Method and Description |
---|---|
FillingMode |
getMode()
Returns the type of filling.
|
java.lang.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 . |
java.lang.String |
value()
Returns the name value of property
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkIfValid, compare, create, equals, getKeyByValue, getKeyByValue, hasKeyByValue, isValid
public static final java.lang.String DEFAULT_VALUE
AbsoluteDatasetIndexFill.DEFAULT_VALUE_AS_INT
as string.public java.lang.String value()
Key
public final FillingMode getMode()
IsFill
public int getValueAsInt()
IsFill
UndefinedValues.INTEGER
.getValueAsInt
in interface IsFill
UndefinedValues.INTEGER
.public java.lang.String getValue()
IsFill
UndefinedValues.STRING
.getValue
in interface IsFill
UndefinedValues.STRING
.