com.spss.psapi.data

Interface ListStorage

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      int getDepth()
      Returns the depth of the list.
      StorageType getValueStorage()
      Returns the simple storage of the values held in the list.
    • Method Detail

      • getDepth

        int getDepth()
        Returns the depth of the list. A list consisting of simple values has a depth of 0.
        Returns:
        the depth of the list
      • getValueStorage

        StorageType getValueStorage()
        Returns the simple storage of the values held in the list. The return value will not be Storage.UNKNOWN or Storage.LIST.
        Returns:
        the storage type associated with the values in the list

Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.