public final class AbsoluteDatasetIndexFill extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_VALUE_AS_INT
Default value for absolute 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 int DEFAULT_VALUE_AS_INT
public String name()
Keypublic final FillingMode getMode()
IsFillpublic int getValueAsInt()
IsFillUndefinedValues.INTEGER.getValueAsInt in interface IsFillUndefinedValues.INTEGER.public String getValue()
IsFillUndefinedValues.STRING.getValue in interface IsFillUndefinedValues.STRING.