Class ActivationType


  • public final class ActivationType
    extends java.lang.Object

    The ActivationType determines how order should be activated.

    The common activation types can be accessed as public constants.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String EXPLICIT
      The "EXPLICIT" activation type
      static java.lang.String GFA
      The "GFA" activation type
    • Constructor Summary

      Constructors 
      Constructor Description
      ActivationType()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • EXPLICIT

        public static final java.lang.String EXPLICIT
        The "EXPLICIT" activation type
        See Also:
        Constant Field Values
      • GFA

        public static final java.lang.String GFA
        The "GFA" activation type
        See Also:
        Constant Field Values
    • Constructor Detail

      • ActivationType

        public ActivationType()