Class GroupCommand


  • public abstract class GroupCommand
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      GroupCommand()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.String getLabel()  
      abstract java.lang.String getName()  
      • Methods inherited from class java.lang.Object

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

      • GroupCommand

        public GroupCommand()
    • Method Detail

      • getName

        public abstract java.lang.String getName()
      • getLabel

        public abstract java.lang.String getLabel()