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 |
ListStorage
Defines the storage metadata associated with lists.
|
Modifier and Type | Method and Description |
---|---|
ExtendedStorage |
Column.getExtendedStorage()
Returns additional metadata for this field's storage or
null
if no additional storage metadata is defined. |
ExtendedStorage |
DataModel.getExtendedStorage(java.lang.String name)
Returns additional metadata for this field's storage or
null
if no additional storage metadata is defined. |
Modifier and Type | Method and Description |
---|---|
Column |
DataModelFactory.createColumn(java.lang.String name,
java.lang.String label,
ExtendedStorage extendedStorage)
Returns a
Column with the supplied attributes. |
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.