public interface CompoundCursorInfoSpecification extends CursorInfoSpecification
CursorInfoSpecification
for a Cursor
for a Source
that has one or more outputs.Modifier and Type | Method and Description |
---|---|
java.util.List |
getOutputs()
Gets a
List whose values are the outputs of this CompoundCursorInfoSpecification . |
ValueCursorInfoSpecification |
getValue()
Gets the base
ValueCursorInfoSpecification , which is the CursorInfoSpecification for the base ValueCursor , which has the values of the Source for the CompoundCursorInfoSpecification . |
getSource, isParentEndCalculationSpecified, isParentStartCalculationSpecified, setParentEndCalculationSpecified, setParentStartCalculationSpecified
java.util.List getOutputs()
List
whose values are the outputs of this CompoundCursorInfoSpecification
.List
with the outputs of the CompoundCursorInfoSpecification
.ValueCursorInfoSpecification getValue()
ValueCursorInfoSpecification
, which is the CursorInfoSpecification
for the base ValueCursor
, which has the values of the Source
for the CompoundCursorInfoSpecification
.ValueCursorInfoSpecification
for the CompoundCursorInfoSpecification
.