|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsidl.String.Holder
public static class String.Holder
This is the holder inner class for inout and out arguments for
type String
.
Constructor Summary | |
---|---|
String.Holder()
Create a holder class with an empty holdee object. |
|
String.Holder(java.lang.String obj)
Create a holder with the specified object. |
Method Summary | |
---|---|
java.lang.String |
get()
Get the value of the holdee object. |
void |
set(java.lang.String obj)
Set the value of the holdee object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public String.Holder()
public String.Holder(java.lang.String obj)
Method Detail |
---|
public void set(java.lang.String obj)
public java.lang.String get()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |