public final class RelativeDatasetIndexFill extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_VALUE
Default value for relative dataset index
|
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 |
name()
Returns the name of property
|
public static final String DEFAULT_VALUE
public String name()
Key
public final FillingMode getMode()
IsFill
public int getValueAsInt()
IsFill
UndefinedValues.INTEGER
.getValueAsInt
in interface IsFill
UndefinedValues.INTEGER
.public String getValue()
IsFill
UndefinedValues.STRING
.getValue
in interface IsFill
UndefinedValues.STRING
.