Package | Description |
---|---|
com.spss.psapi.content |
This provides classes used for accessing content generated during stream execution.
|
com.spss.psapi.data |
This provides support for metadata such as the names, values and types of data.
|
com.spss.psapi.expr |
This provides support for parsing CLEM expressions.
|
com.spss.psapi.transform |
This provides objects that perform data processing and model building.
|
Modifier and Type | Method and Description |
---|---|
StorageType |
TableContentModel.getStorageType(int columnIndex)
Returns the storage type of objects in a specified column of this content model.
|
Modifier and Type | Field and Description |
---|---|
static StorageType |
StorageType.DATE
Indicates that the storage type is a date type.
|
static StorageType |
StorageType.INTEGER
Indicates that the storage type is an integer.
|
static StorageType |
StorageType.LIST
Indicates that the storage type is a list of primitive values.
|
static StorageType |
StorageType.REAL
Indicates that the storage type is a floating point number.
|
static StorageType |
StorageType.STRING
Indicates that the storage type is a string.
|
static StorageType |
StorageType.TIME
Indicates that the storage type is a time type.
|
static StorageType |
StorageType.TIMESTAMP
Indicates that the storage type is a combined time and date type.
|
static StorageType |
StorageType.UNKNOWN
Indicates that the storage type is unknown.
|
Modifier and Type | Method and Description |
---|---|
static StorageType |
StorageType.getEnum(java.lang.String name)
Returns the enumeration with the supplied name or
null if
no enumeration exists for the supplied name. |
StorageType |
Column.getStorageType()
Returns the storage type for the column.
|
StorageType |
DataModel.getStorageType(java.lang.String name)
Returns the storage type for values in the named column.
|
static StorageType[] |
StorageType.getValues()
Returns an array containing all the valid values for this enumeration class.
|
StorageType |
ListStorage.getValueStorage()
Returns the simple storage of the values held in the list.
|
Modifier and Type | Method and Description |
---|---|
Column |
DataModelFactory.createColumn(java.lang.String name,
java.lang.String label,
StorageType storageType,
MeasureType measureType,
ModelingRole modelingRole)
Returns a
Column with the supplied attributes. |
Column |
DataModelFactory.createFlagColumn(java.lang.String name,
java.lang.String label,
StorageType storageType,
java.lang.Object falseValue,
java.lang.Object trueValue)
Returns a
Column with the supplied attributes. |
ListStorage |
DataModelFactory.createListStorage(int depth,
StorageType valueType)
Creates a new
ListStorage object. |
Column |
DataModelFactory.createModelOutputColumn(java.lang.String prefix,
java.lang.String basename,
StorageType storageType,
MeasureType measureType,
ModelOutputMetadata modelOutputMetadata)
Returns a new
Column with the specified type metadata and
associated model output metadata. |
Column |
DataModelFactory.createRangeColumn(java.lang.String name,
java.lang.String label,
StorageType storageType,
java.lang.Object lowerBound,
java.lang.Object upperBound)
Returns a
Column with the supplied attributes. |
Column |
DataModelFactory.createSetColumn(java.lang.String name,
java.lang.String label,
StorageType storageType,
java.lang.Object[] values)
Returns a
Column with the supplied attributes. |
DataModel |
DataModelFactory.extractDataModel(StorageType[] storageTypes,
DataModel initialDataModel)
Returns a
DataModel consisting of columns in the
source data model that have the supplied storage type(s). |
DataModel |
DataModelFactory.removeFromDataModel(StorageType[] storageTypes,
DataModel initialDataModel)
Returns a
DataModel consisting of the source data model with
columns of the supplied storage type(s) removed. |
Modifier and Type | Method and Description |
---|---|
StorageType |
Expression.getStorageType()
Returns the
StorageType of the expression. |
Modifier and Type | Method and Description |
---|---|
StorageType |
CompositeModelResult.getModelMeasureType(java.lang.String measure)
Returns the data type of the specified evaluation measure
or
null if the measure is not valid for this result. |
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.