Exemplo n.º 1
0
 public Builder valueType(String valueType) {
   mRec.setValueType(valueType);
   return this;
 }
Exemplo n.º 2
0
 public Builder comment(String comment) {
   mRec.setComment(comment);
   return this;
 }
Exemplo n.º 3
0
 public Builder address(String address) {
   mRec.setAddress(address);
   return this;
 }
Exemplo n.º 4
0
 public Builder addressType(String addressType) {
   mRec.setAddressType(addressType);
   return this;
 }
Exemplo n.º 5
0
 public Builder plcName(String plcName) {
   mRec.setPlcName(plcName);
   return this;
 }
Exemplo n.º 6
0
 public Builder name(String name) {
   mRec.setName(name);
   return this;
 }