|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectargparser.StringHolder
Wrapper class which ``holds'' a String reference, enabling methods to return String references through arguments.
Field Summary | |
java.lang.String |
value
Value of the String reference, set and examined by the application as needed. |
Constructor Summary | |
StringHolder()
Constructs a new StringHolder with an
initial value of null . |
|
StringHolder(java.lang.String s)
Constructs a new StringHolder with a
specific initial value. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String value
Constructor Detail |
public StringHolder()
StringHolder
with an
initial value of null
.
public StringHolder(java.lang.String s)
StringHolder
with a
specific initial value.
s
- Initial String reference.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |