public class Configuration extends Object implements Serializable
Constructor and Description |
---|
Configuration() |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultValue()
Get the defaultValue field.
|
String |
getExpression()
Get parameter expression.
|
String |
getImplementation()
Get the implementation field.
|
void |
setDefaultValue(String defaultValue)
Set the defaultValue field.
|
void |
setExpression(String expression)
Set parameter expression.
|
void |
setImplementation(String implementation)
Set the implementation field.
|
public String getDefaultValue()
public String getExpression()
public String getImplementation()
public void setDefaultValue(String defaultValue)
defaultValue
- public void setExpression(String expression)
expression
- public void setImplementation(String implementation)
implementation
- Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.