|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.armatiek.infofuze.source.Parameter
public class Parameter
Represents a name/value pair parameter.
Constructor Summary | |
---|---|
Parameter(java.lang.Object name,
java.lang.Object value)
|
Method Summary | |
---|---|
java.lang.Object |
getName()
Returns the name of the parameter. |
java.lang.Object |
getValue()
Returns the value of the parameter. |
void |
setName(java.lang.Object name)
Sets the name of the parameter. |
void |
setValue(java.lang.Object value)
Sets the value of the parameter. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Parameter(java.lang.Object name, java.lang.Object value)
Method Detail |
---|
public java.lang.Object getName()
public void setName(java.lang.Object name)
public java.lang.Object getValue()
public void setValue(java.lang.Object value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |