|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.common.align.io.impl.internal.ParameterValue
public class ParameterValue
Combines a parameter name and value
Constructor Summary | |
---|---|
ParameterValue()
Default constructor |
|
ParameterValue(String name,
String value)
Creates a parameter value an initializes it with the given name and value |
Method Summary | |
---|---|
String |
getName()
Get the parameter name |
String |
getValue()
Get the parameter value |
void |
setName(String name)
Set the parameter name |
void |
setValue(String value)
Set the parameter value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParameterValue()
public ParameterValue(String name, String value)
name
- the parameter namevalue
- the parameter valueMethod Detail |
---|
public String getName()
public void setName(String name)
name
- the name to setpublic String getValue()
public void setValue(String value)
value
- the value to set
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |