Package com.rosetta.model.lib.reports
Class Tabulator.NestedFieldValueImpl
java.lang.Object
com.rosetta.model.lib.reports.Tabulator.NestedFieldValueImpl
- All Implemented Interfaces:
Tabulator.FieldValue,Tabulator.NestedFieldValue
public static class Tabulator.NestedFieldValueImpl
extends Object
implements Tabulator.NestedFieldValue
-
Constructor Summary
ConstructorsConstructorDescriptionNestedFieldValueImpl(Tabulator.Field field, Optional<? extends List<? extends Tabulator.FieldValue>> value) -
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.NestedFieldValue
accept
-
Constructor Details
-
NestedFieldValueImpl
public NestedFieldValueImpl(Tabulator.Field field, Optional<? extends List<? extends Tabulator.FieldValue>> value)
-
-
Method Details
-
getField
- Specified by:
getFieldin interfaceTabulator.FieldValue
-
getValue
- Specified by:
getValuein interfaceTabulator.FieldValue- Specified by:
getValuein interfaceTabulator.NestedFieldValue
-
toString
-
hashCode
public int hashCode() -
equals
-