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 Summary

      Methods 
      Modifier and Type Method and Description
      int getAttributeCount()
      Returns the number of attribute values in the structure.
      java.lang.Object getAttributeDefaultValue(int index)
      Returns the default attribute value at the supplied index.
      java.lang.String getAttributeName(int index)
      Returns the name of the attribute at the supplied index.
      StructureAttributeType getAttributeType(int index)
      Returns the value type of the attribute at the supplied index.
      boolean isList(int index)
      Returns true if the attribute at the supplied index is a list, false otherwise.
    • 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

Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.