com.spss.psapi.core

Class StructureAttributeType



  • public final class StructureAttributeType
    extends Enum
    This class enumerates the valid types of attribute supported by a ParameterProvider.
    Since:
    PSAPI 12.0
    Version:
    1.0
    Author:
    Julian Clinton
    See Also:
    ParameterProvider
    • Method Detail

      • getStorageClass

        public java.lang.Class getStorageClass()
        Returns the basic Java class used to represent this attribute's value. One of:
        • String
        • Integer
        • Double
        • Boolean
        • Date
        Returns:
        the basic Java class used to represent this attribute's value
      • getEnum

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