HOME PCB
..Command.javaCommandSimple.javaCommandStatus.javaData
package Program;

public enum  CommandSimple
{
    Start,
    Stop
}