public interface IsFill extends Key
Fill
.
true
the fill is applied, othewise false
.
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 . |
FillingMode getMode()
int getValueAsInt()
UndefinedValues.INTEGER
.UndefinedValues.INTEGER
.String getValue()
UndefinedValues.STRING
.UndefinedValues.STRING
.