public class ParameterConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected String |
type |
protected String |
value |
Constructor and Description |
---|
ParameterConfiguration() |
ParameterConfiguration(StringProperties properties) |
ParameterConfiguration(String name,
String value,
String type) |
Modifier and Type | Method and Description |
---|---|
Object |
getCastedValue() |
EolType |
getEolType() |
String |
getName() |
String |
getType() |
String |
getValue() |
void |
setName(String name) |
void |
setType(String type) |
void |
setValue(String value) |
StringProperties |
toStringProperties() |
public ParameterConfiguration()
public ParameterConfiguration(StringProperties properties)
public StringProperties toStringProperties()
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
public String getType()
public void setType(String type)
public EolType getEolType()
public Object getCastedValue()
Copyright © 2016. All rights reserved.