Class SwitcherModel.SwitchOption

  • Enclosing class:
    SwitcherModel

    public final class SwitcherModel.SwitchOption
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SwitchOption​(java.lang.String constantName, boolean isDefault)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private java.lang.String deriveSwitcherName​(java.lang.String constantName)  
      • Methods inherited from class java.lang.Object

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

      • isDefault

        public final boolean isDefault
      • constantName

        public final java.lang.String constantName
      • switcherName

        public final java.lang.String switcherName
    • Constructor Detail

      • SwitchOption

        public SwitchOption​(java.lang.String constantName,
                            boolean isDefault)
    • Method Detail

      • deriveSwitcherName

        private java.lang.String deriveSwitcherName​(java.lang.String constantName)