Package | Description |
---|---|
com.spss.psapi.data |
This provides support for metadata such as the names, values and types of data.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CollectionType
Defines the measurement information associated with collections.
|
interface |
GeoType
Defines the different categories of geo objects.
|
Modifier and Type | Method and Description |
---|---|
ExtendedMeasure |
Column.getExtendedMeasure()
Returns additional metadata that is specific for this field's measurement.
|
ExtendedMeasure |
DataModel.getExtendedMeasure(java.lang.String name)
Returns additional metadata that is specific for this field.
|
Modifier and Type | Method and Description |
---|---|
Column |
DataModelFactory.createColumn(java.lang.String name,
java.lang.String label,
ExtendedStorage extendedStorage,
ExtendedMeasure extendedMeasure)
Returns a
Column with the supplied attributes. |
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.