org.rococoa
Class Selector

java.lang.Object
  extended by java.lang.Number
      extended by com.sun.jna.IntegerType
          extended by com.sun.jna.NativeLong
              extended by org.rococoa.Selector
All Implemented Interfaces:
com.sun.jna.NativeMapped, java.io.Serializable

public class Selector
extends com.sun.jna.NativeLong

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.sun.jna.NativeLong
SIZE
 
Constructor Summary
Selector()
           
Selector(java.lang.String name, long value)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String toString()
           
 
Methods inherited from class com.sun.jna.IntegerType
doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative
 
Methods inherited from class java.lang.Number
byteValue, shortValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Selector

public Selector()

Selector

public Selector(java.lang.String name,
                long value)
Method Detail

getName

public java.lang.String getName()

toString

public java.lang.String toString()
Overrides:
toString in class com.sun.jna.IntegerType


Copyright © 2009. All Rights Reserved.