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