Package com.rosetta.model.lib.reports
Interface Tabulator.FieldValue
- All Known Subinterfaces:
Tabulator.MultiNestedFieldValue,Tabulator.NestedFieldValue
- All Known Implementing Classes:
Tabulator.FieldValueImpl,Tabulator.MultiNestedFieldValueImpl,Tabulator.NestedFieldValueImpl
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptiondefault <C> voidaccept(Tabulator.FieldValueVisitor<C> visitor, C context) Deprecated.getField()Deprecated.getValue()Deprecated.default booleanDeprecated.
-
Method Details
-
getField
Tabulator.Field getField()Deprecated. -
getValue
Deprecated. -
isPresent
default boolean isPresent()Deprecated. -
accept
Deprecated.
-