Exemplo n.º 1
0
 public CommandTypeValue getCommandTypeValue() {
   return CommandTypeValue.getInstance(this.code);
 }
Exemplo n.º 2
0
 public CommandTypeImpl(CommandTypeValue value) {
   this.code = value.getCode();
 }