Interface | Description |
---|---|
Domain |
This object represents an Attribute Domain, a set of restrictions on legal
values that the attribute can contain
|
Class | Description |
---|---|
DataObjectDescription |
This object represents an DataObjectDescription.
|
DataSourceControllerFactory |
This is attribute that produces a custom node controller for Data Sources.
|
DataSourceInstanceController |
This class provides a controller that overrides the default GetDocumentation
actions for data sources and can transform data source documentation to HTML
format before displaying it.
|
DataSrcProgressFrame | |
DataType | |
DataTypeResolver |
This class takes in information from the metadata parsers and tries to
intelligently guess as to the data type of an attribute based on provided
metadata. since different metadata standards provide differing levels of
complexity in their attribute level descriptions, some guesses may be better
than others, but this class, should at least be able to distinguish between,
whole (integer), real (float) and text (string) types.
|
DateTimeDomain | |
EnumeratedDomain | |
NumericDomain |
Exception | Description |
---|---|
UnresolvableTypeException |
This exception is thrown when a type is not resolvable
|