Package com.rosetta.model.lib.reports
Interface Tabulator.MultiNestedFieldValue
- All Superinterfaces:
Tabulator.FieldValue
- All Known Implementing Classes:
Tabulator.MultiNestedFieldValueImpl
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptiondefault <C> voidaccept(Tabulator.FieldValueVisitor<C> visitor, C context) Deprecated.Optional<? extends List<? extends List<? extends Tabulator.FieldValue>>> getValue()Deprecated.Methods inherited from interface com.rosetta.model.lib.reports.Tabulator.FieldValue
getField, isPresent
-
Method Details
-
getValue
Optional<? extends List<? extends List<? extends Tabulator.FieldValue>>> getValue()Deprecated.- Specified by:
getValuein interfaceTabulator.FieldValue
-
accept
Deprecated.- Specified by:
acceptin interfaceTabulator.FieldValue
-