public final class AbsoluteDatasetIndexFill extends Object
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_VALUE_AS_INT
Default value for absolute dataset index, 0.
|
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
Undefined.STRING . |
int |
getValueAsInt()
Returns the value as integer (valid ONLY for absolute dataset index), otherwise
Undefined.INTEGER . |
String |
value()
Returns the name value of property
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isValid, toObject, transform
checkAndGetIfValid, checkIfValid, compare, create, equals, getKeyByValue, getKeyByValue, hasKeyByValue, isValid
public static final int DEFAULT_VALUE_AS_INT
public String value()
Key
public final FillingMode getMode()
IsFill
public int getValueAsInt()
IsFill
Undefined.INTEGER
.getValueAsInt
in interface IsFill
Undefined.INTEGER
.public String getValue()
IsFill
Undefined.STRING
.getValue
in interface IsFill
Undefined.STRING
.