Package com.rosetta.model.lib.reports
Class Tabulator.MultiNestedFieldValueImpl
java.lang.Object
com.rosetta.model.lib.reports.Tabulator.MultiNestedFieldValueImpl
- All Implemented Interfaces:
Tabulator.FieldValue,Tabulator.MultiNestedFieldValue
@Deprecated
public static class Tabulator.MultiNestedFieldValueImpl
extends Object
implements Tabulator.MultiNestedFieldValue
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionMultiNestedFieldValueImpl(Tabulator.Field field, Optional<? extends List<? extends List<? extends Tabulator.FieldValue>>> value) Deprecated. -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.reports.Tabulator.FieldValue
isPresentMethods inherited from interface com.rosetta.model.lib.reports.Tabulator.MultiNestedFieldValue
accept
-
Constructor Details
-
MultiNestedFieldValueImpl
public MultiNestedFieldValueImpl(Tabulator.Field field, Optional<? extends List<? extends List<? extends Tabulator.FieldValue>>> value) Deprecated.
-
-
Method Details
-
getField
Deprecated.- Specified by:
getFieldin interfaceTabulator.FieldValue
-
getValue
Deprecated.- Specified by:
getValuein interfaceTabulator.FieldValue- Specified by:
getValuein interfaceTabulator.MultiNestedFieldValue
-
toString
Deprecated. -
hashCode
public int hashCode()Deprecated. -
equals
Deprecated.
-