|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.proteios.io.StringPair
public class StringPair
This class contains methods to access a name/value pair of strings.
| Constructor Summary | |
|---|---|
StringPair()
|
|
| Method Summary | |
|---|---|
String |
getName()
Get the name. |
String |
getValue()
Get the value. |
void |
setName(String name)
Set the name. |
void |
setValue(String value)
Set the value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StringPair()
| Method Detail |
|---|
public void setName(String name)
name - String The name to set.public void setValue(String value)
value - String The value to set.public String getName()
getName in interface StringPairInterfacepublic String getValue()
getValue in interface StringPairInterface
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||