sidl
Class Enum.Holder

java.lang.Object
  extended bysidl.Enum.Holder
Enclosing class:
Enum

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

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


Constructor Summary
Enum.Holder()
          Create a holder class with an empty holdee object.
Enum.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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Enum.Holder

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


Enum.Holder

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

Method Detail

set

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


get

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