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