|
Sun Adapter for COM/DCOM API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stc.connector.appconn.com.otd.types.StringRef
public class StringRef
The StringRef class is used in cases where the method parameter is an [in,out] or [out] type.
| Constructor Summary | |
|---|---|
StringRef()
Constructor for the class. |
|
StringRef(java.lang.String initValue)
Constructor for the class. |
|
| Method Summary | |
|---|---|
java.lang.String |
getValue()
Gets the value. |
void |
setValue(java.lang.String newValue)
Sets the value. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StringRef()
public StringRef(java.lang.String initValue)
initValue - The value to set.
| Method Detail |
|---|
public void setValue(java.lang.String newValue)
newValue - The value to set.public java.lang.String getValue()
String - Returns the value.
|
Sun Adapter for COM/DCOM API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||