com.bstek.dorado.view.output
public class PropertyConfig extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.Object |
NONE_VALUE |
Constructor and Description |
---|
PropertyConfig() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getEscapeValue() |
java.lang.Object |
getOutputter() |
boolean |
isEvaluateExpression() |
boolean |
isIgnored() |
void |
setEscapeValue(java.lang.Object escapeValue) |
void |
setEvaluateExpression(boolean evaluateExpression) |
void |
setIgnored(boolean ignored) |
void |
setOutputter(java.lang.Object outputter) |
public boolean isIgnored()
public void setIgnored(boolean ignored)
public java.lang.Object getEscapeValue()
public void setEscapeValue(java.lang.Object escapeValue)
public java.lang.Object getOutputter()
public void setOutputter(java.lang.Object outputter)
public boolean isEvaluateExpression()
public void setEvaluateExpression(boolean evaluateExpression)
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.