com.spss.psapi.transform

Class ModelInteractorType



  • public final class ModelInteractorType
    extends Enum
    Enumerates the types of model interactor that can be instantiated by an InteractiveOutput.
    Since:
    PSAPI 2.0
    Version:
    1.0
    Author:
    Rob Duncan
    Specification Status:
    Under Development
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      static ModelInteractorType getEnum(java.lang.String name)
      Returns the enumeration with the supplied name or null if no enumeration exists for the supplied name.
      static ModelInteractorType[] getValues()
      Returns an array containing all the valid values for this enumeration class.
      boolean isUnknown()
      Returns true if this value is UNKNOWN.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • UNKNOWN

        public static final ModelInteractorType UNKNOWN
        Represents a model interactor whose type cannot be determined.
      • DECISION_LIST

        public static final ModelInteractorType DECISION_LIST
        Represents an interactive Decision List.
    • Method Detail

      • getEnum

        public static ModelInteractorType getEnum(java.lang.String name)
        Returns the enumeration with the supplied name or null if no enumeration exists for the supplied name.
        Parameters:
        name - the enumeration name
        Returns:
        the enumeration with the supplied name or null
      • getValues

        public static ModelInteractorType[] getValues()
        Returns an array containing all the valid values for this enumeration class.
        Returns:
        an array containing all the valid values for this enumeration class
      • isUnknown

        public boolean isUnknown()
        Returns true if this value is UNKNOWN.
        Overrides:
        isUnknown in class Enum
        Returns:
        true if this represents an unknown ModelInteractorType

(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.