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. |
static boolean |
isValid(IsFill fill)
Returns
true if fill passed as argument is not null and its value is not null and
its mode is not null as well. |
checkIfValid, compare, create, equals, getKeyByValue, getKeyByValue, hasKeyByValue, isValid, valuestatic boolean isValid(IsFill fill)
true if fill passed as argument is not null and its value is not null and
its mode is not null as well.fill - fill to be checkedtrue if fill passed as argument is not null and its value is not null and
its mode is not null as well.FillingMode getMode()
int getValueAsInt()
UndefinedValues.INTEGER.UndefinedValues.INTEGER.String getValue()
UndefinedValues.STRING.UndefinedValues.STRING.