com.spss.psapi.core

Class ParameterType



  • public final class ParameterType
    extends Enum
    This class enumerates the valid types of parameter support by a ParameterProvider.
    Since:
    PSAPI 1.0
    Version:
    1.0
    Author:
    Julian Clinton
    See Also:
    ParameterProvider
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static ParameterType FLAG
      Indicates that the parameter value is one of two values.
      static ParameterType RANGE
      Indicates that the parameter value lies between two points on a scale.
      static ParameterType SET
      Indicates that the parameter value is one of a (small) set of discrete values.
      static ParameterType TYPELESS
      Indicates that the parameter can have any value compatible with its storage.
    • Method Summary

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

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

      • TYPELESS

        public static final ParameterType TYPELESS
        Indicates that the parameter can have any value compatible with its storage.
      • RANGE

        public static final ParameterType RANGE
        Indicates that the parameter value lies between two points on a scale.
      • SET

        public static final ParameterType SET
        Indicates that the parameter value is one of a (small) set of discrete values.
      • FLAG

        public static final ParameterType FLAG
        Indicates that the parameter value is one of two values.
    • Method Detail

      • getEnum

        public static ParameterType 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 ParameterType[] 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

Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.