* @param replace replace the value?
* @return ReplaceableAttribute
*/
protected ReplaceableAttribute getReplaceableAttribute(String name,
String expressionVal, boolean replace) {
return new ReplaceableAttribute().withName(name).withValue(expressionVal)
.withReplace(replace);
}