com.spss.psapi.core

Interface StructuredPropertyDefinition



  • public interface StructuredPropertyDefinition
    This interfaces defines a structured property definition.
    Since:
    PSAPI 12.0
    Version:
    1.0
    Author:
    Julian Clinton
    • Method Detail

      • getAttributeCount

        int getAttributeCount()
        Returns the number of attribute values in the structure.
        Returns:
        the number of attribute values in the structure
      • getAttributeName

        java.lang.String getAttributeName(int index)
        Returns the name of the attribute at the supplied index.
        Parameters:
        index -
        Returns:
        the name of the attribute at the supplied index
      • getAttributeType

        StructureAttributeType getAttributeType(int index)
        Returns the value type of the attribute at the supplied index.
        Parameters:
        index -
        Returns:
        the value type of the attribute at the supplied index
      • isList

        boolean isList(int index)
        Returns true if the attribute at the supplied index is a list, false otherwise.
        Parameters:
        index -
        Returns:
        true if the attribute at the supplied index is a list, false otherwise
        Since:
        PSAPI 13.0
      • getAttributeDefaultValue

        java.lang.Object getAttributeDefaultValue(int index)
        Returns the default attribute value at the supplied index.
        Parameters:
        index -
        Returns:
        the default attribute value at the supplied index
      • getAttributeStructure

        StructuredPropertyDefinition getAttributeStructure(int index)
        Returns the structure of the attribute referenced by shared type
        Parameters:
        index -
        Returns:

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