com.spss.psapi.transform

Class DocumentOutputType



  • public final class DocumentOutputType
    extends Enum
    This class enumerates the types of document outputs that are generated by the different ProcessorType that are DocumentBuilders or which can be imported.
    Since:
    PSAPI 1.2
    Version:
    1.1
    Author:
    Julian Clinton
    Specification Status:
    Under Development
    • Method Detail

      • getEnum

        public static DocumentOutputType 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 DocumentOutputType[] 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
      • addDocumentOutputType

        public static DocumentOutputType addDocumentOutputType(java.lang.String identifier)
        Adds a the type with the supplied name. Returns the new type or null if a type with the supplied name already exists. This method is for system use only and is only public as an implementation detail.
        Parameters:
        identifier -
        Returns:
        the new type or null
        Since:
        PSAPI 2.0
        See Also:
        removeDocumentOutputType(String)
      • removeDocumentOutputType

        public static void removeDocumentOutputType(java.lang.String identifier)
        Removes the specified type. The type should have been created with addDocumentOutputType(). This method is for system use only and is only public as an implementation detail.
        Parameters:
        identifier - the type to be removed
        Since:
        PSAPI 2.0
        See Also:
        addDocumentOutputType(String)
      • isUnknown

        public boolean isUnknown()
        Returns true if this value is UNKNOWN.
        Overrides:
        isUnknown in class Enum
        Returns:
        true if this represents an unknown DocumentOutputType

Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.