type
pentaho.type
The type
namespace contains the classes and interfaces of the Pentaho Type API.
Source: doc-js/pentaho/type/_namespace.jsdoc, line 17
Child Namespaces
Name | Summary |
---|---|
action | The |
changes | The |
events | The |
mixins | The |
spec | The |
Classes
Name | Summary |
---|---|
Application | The base class of application types. |
Boolean | The class of boolean values. |
Complex | The base class of structured values. |
Context | A class that holds configured types. |
Date | The class of date values. |
Element | The base class of singular values. |
Function | The class that represents primitive, JavaScript |
Instance | The root, abstract class of things that can be represented by the Pentaho Type API. |
InstancesContainer | A class that holds configured named instances. |
List | The base class of plural values. |
Model | The base class of model values. |
Number | The class of number values. |
Object | The class that represents primitive, JavaScript |
Property | The class of properties of complex values. |
Simple | The base, abstract class of unstructured values. |
SpecificationContext | A class that holds information that is shared during the serialization (or conversion to specification) of instances and types. |
SpecificationScope | A class that manages the |
String | The class of textual values. |
Type | The root class of types that can be represented by the Pentaho Type API. |
Util | A singleton class that contains utilities for using types and its instances. |
ValidationError | The base class of errors associated with |
Value | The base, abstract class of |
Type Definitions
UContainer: |
---|
A |