Class SwitchLabelElement


  • public class SwitchLabelElement
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int key  
      Label target  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • key

        public final int key
      • target

        @Nonnull
        public final Label target
    • Constructor Detail

      • SwitchLabelElement

        public SwitchLabelElement​(int key,
                                  @Nonnull
                                  Label target)