com.jniwrapper
Class Enumeration

java.lang.Object
  |
  +--com.jniwrapper.Parameter
        |
        +--com.jniwrapper.DelegatingParameter
              |
              +--com.jniwrapper.PlatformInteger
                    |
                    +--com.jniwrapper.Int
                          |
                          +--com.jniwrapper.Enumeration
All Implemented Interfaces:
IntegerParameter

public class Enumeration
extends Int


Constructor Summary
Enumeration()
           
Enumeration(IntegerParameter t)
           
Enumeration(long val)
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class com.jniwrapper.Int
acceptIOPerformer, equals, getDataBuffer, getDataBufferOffset, getLength, getValue, pop, push, read, setDataBuffer, setValue, toLong, toString, write
 
Methods inherited from class com.jniwrapper.Parameter
asReturnValue, getAlignedLength, getAlignmentRequirement, indent, read, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Enumeration

public Enumeration()

Enumeration

public Enumeration(long val)

Enumeration

public Enumeration(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class Int