sidl

Class Opaque.Holder

Enclosing Class:
Opaque

public static class Opaque.Holder
extends java.lang.Object

This is the holder inner class for inout and out arguments for type Opaque.

Constructor Summary

Holder()
Create a holder class with an empty holdee object.
Holder(long obj)
Create a holder with the specified object.

Method Summary

long
get()
Get the value of the holdee object.
void
set(long obj)
Set the value of the holdee object.

Constructor Details

Holder

public Holder()
Create a holder class with an empty holdee object.

Holder

public Holder(long obj)
Create a holder with the specified object.

Method Details

get

public long get()
Get the value of the holdee object.

set

public void set(long obj)
Set the value of the holdee object.