Class ToggleConstants


  • public class ToggleConstants
    extends java.lang.Object
    Constants for toggles.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NAME_DISABLED
      This toggle name can be used during development to disable new functionality.
      static java.lang.String NAME_ENABLED
      This toggle name can be used during development to enable new functionality.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • NAME_DISABLED

        public static final java.lang.String NAME_DISABLED
        This toggle name can be used during development to disable new functionality.
        See Also:
        Constant Field Values
      • NAME_ENABLED

        public static final java.lang.String NAME_ENABLED
        This toggle name can be used during development to enable new functionality.
        See Also:
        Constant Field Values