• Packages that use Enum 
    Package Description
    com.spss.psapi
    This provides general classes used by other parts of the API.
    com.spss.psapi.core
    This provides the base objects used by other parts of the API.
    com.spss.psapi.data
    This provides support for metadata such as the names, values and types of data.
    com.spss.psapi.model
    This provides support for accessing information about data mining models.
    com.spss.psapi.task
    This provides objects that create and represent data mining tasks.
    com.spss.psapi.transform
    This provides objects that perform data processing and model building.
    • Uses of Enum in com.spss.psapi

      Methods in com.spss.psapi that return Enum 
      Modifier and Type Method and Description
      protected static Enum Enum.getEnum(java.lang.String name, java.util.Map enumMap)
      Returns the Enum with the supplied name or null if no such enum exists.
      Methods in com.spss.psapi with parameters of type Enum 
      Modifier and Type Method and Description
      protected static void Enum.putEnum(java.lang.String name, Enum enumValue, java.util.Map enumMap)
      Puts the supplied enum in the map.
    • Uses of Enum in com.spss.psapi.core

      Subclasses of Enum in com.spss.psapi.core 
      Modifier and Type Class and Description
      class  ContentFormat
      Enumerates the valid content formats for content containers.
      class  FileFormat
      This class defines constants for the different file formats supported by objects in the Modeler API.
      class  ModelFieldRole
      This class enumerates the valid model output roles.
      class  ParameterStorage
      This class enumerates the valid storage types for columns in a DataModel or parameters.
      class  ParameterType
      This class enumerates the valid types of parameter support by a ParameterProvider.
      class  PropertyType
      This class enumerates the valid types for Property values.
      class  StructureAttributeType
      This class enumerates the valid types of attribute supported by a ParameterProvider.
    • Uses of Enum in com.spss.psapi.data

      Subclasses of Enum in com.spss.psapi.data 
      Modifier and Type Class and Description
      class  ColumnGroupType
      This class enumerates the valid types for a ColumnGroup.
      class  MeasureType
      This class enumerates the valid measures for columns in a DataModel.
      class  ModelingRole
      This class enumerates the valid modeling roles for columns in a DataModel.
      class  StorageType
      This class enumerates the valid storage types for columns in a DataModel or parameters.
    • Uses of Enum in com.spss.psapi.model

      Subclasses of Enum in com.spss.psapi.model 
      Modifier and Type Class and Description
      class  ModelType
      This class enumerates the valid model types.
      class  PMMLModelType
      Enumerates the model types specified by PMML 4.0.
    • Uses of Enum in com.spss.psapi.task

      Subclasses of Enum in com.spss.psapi.task 
      Modifier and Type Class and Description
      class  ExecutionState
      This class enumerates the task execution states.
    • Uses of Enum in com.spss.psapi.transform

      Subclasses of Enum in com.spss.psapi.transform 
      Modifier and Type Class and Description
      class  CompositeProcessorType
      This class enumerates the types of supernodes.
      class  DocumentOutputType
      This class enumerates the types of document outputs that are generated by the different ProcessorType that are DocumentBuilders or which can be imported.
      class  ModelInteractorType
      Enumerates the types of model interactor that can be instantiated by an InteractiveOutput.
      class  ModelOutputType
      This class enumerates the types of model outputs that are generated by the different ProcessorType that are ModelBuilders or which can be imported.
      class  ProcessorType
      This clas enumerates the types of nodes.

Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.