|
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.IntRef
public class IntRef
The IntRef class is used in cases where the method parameter is an [in,out] or [out] type.
| Constructor Summary | |
|---|---|
IntRef()
Constructor for the class. |
|
IntRef(int initValue)
Constructor for the class. |
|
| Method Summary | |
|---|---|
int |
getValue()
Gets the value. |
void |
setValue(int newValue)
Sets the value. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IntRef()
public IntRef(int initValue)
initValue - The value to set.
| Method Detail |
|---|
public void setValue(int newValue)
newValue - The value to set.public int getValue()
int - 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 | |||||||||