Package | Description |
---|---|
com.spss.psapi.transform |
This provides objects that perform data processing and model building.
|
Modifier and Type | Field and Description |
---|---|
static DocumentOutputType |
DocumentOutputType.ANALYSIS |
static DocumentOutputType |
DocumentOutputType.COLLECTION |
static DocumentOutputType |
DocumentOutputType.CUSTOM_TABLE |
static DocumentOutputType |
DocumentOutputType.DATA_AUDIT |
static DocumentOutputType |
DocumentOutputType.DISTRIBUTION |
static DocumentOutputType |
DocumentOutputType.ENSEMBLE |
static DocumentOutputType |
DocumentOutputType.EVALUATION |
static DocumentOutputType |
DocumentOutputType.GRAPH_BOARD |
static DocumentOutputType |
DocumentOutputType.HISTOGRAM |
static DocumentOutputType |
DocumentOutputType.MATRIX |
static DocumentOutputType |
DocumentOutputType.MEANS |
static DocumentOutputType |
DocumentOutputType.MULTI_PLOT |
static DocumentOutputType |
DocumentOutputType.QUALITY |
static DocumentOutputType |
DocumentOutputType.REPORT |
static DocumentOutputType |
DocumentOutputType.REPORT_DOCUMENT |
static DocumentOutputType |
DocumentOutputType.SCATTER_PLOT |
static DocumentOutputType |
DocumentOutputType.SPSS_PROCEDURE |
static DocumentOutputType |
DocumentOutputType.STATISTICS |
static DocumentOutputType |
DocumentOutputType.TABLE |
static DocumentOutputType |
DocumentOutputType.TIME_PLOT |
static DocumentOutputType |
DocumentOutputType.TRANSFORM |
static DocumentOutputType |
DocumentOutputType.UNKNOWN
Represents a document output object whose type cannot be determined.
|
static DocumentOutputType |
DocumentOutputType.WEB |
Modifier and Type | Method and Description |
---|---|
static DocumentOutputType |
DocumentOutputType.addDocumentOutputType(java.lang.String identifier)
Adds a the type with the supplied name.
|
DocumentOutputType |
DocumentOutput.getDocumentOutputType()
Returns the
DocumentOutputType of this output. |
static DocumentOutputType |
DocumentOutputType.getEnum(java.lang.String name)
Returns the enumeration with the supplied name or
null if
no enumeration exists for the supplied name. |
static DocumentOutputType[] |
DocumentOutputType.getValues()
Returns an array containing all the valid values for this enumeration class.
|
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.