Exemplo n.º 1
0
 public void setExpressionValue(ExpressionType target) {
   if (target != null) {
     setExpression(JAXBElementUtils.wrap(this.getExpression(), target));
   }
 }
Exemplo n.º 2
0
 public void setExpressionName(String target) {
   if (target != null) {
     setExpression(JAXBElementUtils.wrap(this.getExpression(), target, ExpressionType.class));
   }
 }