com.spss.psapi.transform

Class CompositeProcessorType



  • public final class CompositeProcessorType
    extends Enum
    This class enumerates the types of supernodes.
    Since:
    PSAPI 1.2
    Version:
    1.0
    Author:
    Julian Clinton
    See Also:
    CompositeProcessor
    Specification Status:
    Under Development
    • Field Detail

      • INITIAL

        public static final CompositeProcessorType INITIAL
        Represents a CompositeProcessor that begins a sequence of nodes.
      • PROCESS

        public static final CompositeProcessorType PROCESS
        Represents a CompositeProcessor that allows data to flow through it.
      • TERMINAL

        public static final CompositeProcessorType TERMINAL
        Represents a CompositeProcessor that ends a sequence of nodes.
    • Method Detail

      • getEnum

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

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