Uses of Interface
org.pentaho.reporting.libraries.formula.typing.Sequence
-
Packages that use Sequence Package Description org.pentaho.reporting.libraries.formula.typing org.pentaho.reporting.libraries.formula.typing.sequence -
-
Uses of Sequence in org.pentaho.reporting.libraries.formula.typing
Subinterfaces of Sequence in org.pentaho.reporting.libraries.formula.typing Modifier and Type Interface Description interface
NumberSequence
Todo: Document MeMethods in org.pentaho.reporting.libraries.formula.typing that return Sequence Modifier and Type Method Description Sequence
DefaultTypeRegistry. convertToSequence(Type type, java.lang.Object value)
Sequence
TypeRegistry. convertToSequence(Type type, java.lang.Object value)
-
Uses of Sequence in org.pentaho.reporting.libraries.formula.typing.sequence
Classes in org.pentaho.reporting.libraries.formula.typing.sequence that implement Sequence Modifier and Type Class Description class
AnyNumberSequence
A sequence that treats text-values as valid numbers that always evaluate to zero.class
AnySequence
class
DefaultNumberSequence
-