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