|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectproject35.util.Parameter
public class Parameter
holds name-value pairs; comes in handy processing configuration file parameters
| Constructor Summary | |
|---|---|
Parameter(String name,
String value)
|
|
Parameter(String name,
String description,
String value)
|
|
| Method Summary | |
|---|---|
String |
getDescription()
Get the value of description. |
String |
getName()
Get the value of name. |
String |
getValue()
Get the value of value. |
void |
setDescription(String description)
Set the value of description. |
void |
setName(String name)
Set the value of name. |
void |
setValue(String value)
Set the value of value. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Parameter(String name,
String value)
public Parameter(String name,
String description,
String value)
| Method Detail |
|---|
public String getName()
public String getDescription()
public String getValue()
public String toString()
toString in class Objectpublic void setName(String name)
name - Value to assign to name.public void setDescription(String description)
description - Value to assign to description.public void setValue(String value)
value - Value to assign to value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||