com.jniwrapper.util
Class EnumParameter

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

public class EnumParameter
extends Int


Constructor Summary
EnumParameter(EnumItem value)
           
 
Method Summary
 long getValue()
          Returns integer value converted to long
 void setValue(long val)
          Sets integer value
 
Methods inherited from class com.jniwrapper.Int
acceptIOPerformer, clone, equals, getDataBuffer, getDataBufferOffset, getLength, pop, push, read, setDataBuffer, 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

EnumParameter

public EnumParameter(EnumItem value)
Method Detail

getValue

public long getValue()
Description copied from interface: IntegerParameter
Returns integer value converted to long

Specified by:
getValue in interface IntegerParameter
Overrides:
getValue in class com.jniwrapper.PlatformInteger

setValue

public void setValue(long val)
Description copied from interface: IntegerParameter
Sets integer value

Specified by:
setValue in interface IntegerParameter
Overrides:
setValue in class com.jniwrapper.PlatformInteger