com.spss.psapi.core

Class ContentFormat



  • public final class ContentFormat
    extends Enum
    Enumerates the valid content formats for content containers.
    Since:
    PSAPI 2.0
    Version:
    1.0
    Author:
    Julian Clinton
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static ContentFormat BINARY
      Indicates that the format is binary.
      static ContentFormat UTF8
      Indicates that the format is UTF8.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      static ContentFormat getEnum(java.lang.String name)
      Returns the enumeration with the supplied name or null if no enumeration exists for the supplied name.
      static ContentFormat[] 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

      • UTF8

        public static final ContentFormat UTF8
        Indicates that the format is UTF8.
      • BINARY

        public static final ContentFormat BINARY
        Indicates that the format is binary.
    • Method Detail

      • getEnum

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