sidl

Class Integer.Holder

Enclosing Class:
Integer

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

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

Constructor Summary

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

Method Summary

int
get()
Get the value of the holdee object.
void
set(int 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(int obj)
Create a holder with the specified object.

Method Details

get

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

set

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