com.jniwrapper.macosx.cocoa.nsinvocation
Class _NSObjCValueTypeEnumeration

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.ax
              extended bycom.jniwrapper.Int
                  extended bycom.jniwrapper.macosx.cocoa.nsinvocation._NSObjCValueTypeEnumeration
All Implemented Interfaces:
com.jniwrapper.IntegerParameter

public class _NSObjCValueTypeEnumeration
extends com.jniwrapper.Int

This class represents _NSObjCValueTypeEnumeration enumeration.


Field Summary
static char NSObjCArrayType
           
static char NSObjCBitfield
           
static char NSObjCBoolType
           
static char NSObjCCharType
           
static char NSObjCDoubleType
           
static char NSObjCFloatType
           
static char NSObjCLonglongType
           
static char NSObjCLongType
           
static int NSObjCNoType
           
static char NSObjCObjectType
           
static char NSObjCPointerType
           
static char NSObjCSelectorType
           
static char NSObjCShortType
           
static char NSObjCStringType
           
static char NSObjCStructType
           
static char NSObjCUnionType
           
static char NSObjCVoidType
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
_NSObjCValueTypeEnumeration()
           
_NSObjCValueTypeEnumeration(com.jniwrapper.IntegerParameter t)
           
_NSObjCValueTypeEnumeration(long value)
           
 
Methods inherited from class com.jniwrapper.Int
clone
 
Methods inherited from class com.jniwrapper.ax
b, equals, getDebugInfo, getValue, hashCode, setValue, toLong, toString
 
Methods inherited from class com.jniwrapper.DelegatingParameter
a, acceptIOPerformer, b, getDataBuffer, getDataBufferOffset, getLength, getValueObject, pop, push, read, setDataBuffer, setValueObject, write
 
Methods inherited from class com.jniwrapper.Parameter
, a, asReturnValue, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, indent, read, read, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NSObjCNoType

public static final int NSObjCNoType
See Also:
Constant Field Values

NSObjCVoidType

public static final char NSObjCVoidType
See Also:
Constant Field Values

NSObjCCharType

public static final char NSObjCCharType
See Also:
Constant Field Values

NSObjCShortType

public static final char NSObjCShortType
See Also:
Constant Field Values

NSObjCLongType

public static final char NSObjCLongType
See Also:
Constant Field Values

NSObjCLonglongType

public static final char NSObjCLonglongType
See Also:
Constant Field Values

NSObjCFloatType

public static final char NSObjCFloatType
See Also:
Constant Field Values

NSObjCDoubleType

public static final char NSObjCDoubleType
See Also:
Constant Field Values

NSObjCBoolType

public static final char NSObjCBoolType
See Also:
Constant Field Values

NSObjCSelectorType

public static final char NSObjCSelectorType
See Also:
Constant Field Values

NSObjCObjectType

public static final char NSObjCObjectType
See Also:
Constant Field Values

NSObjCStructType

public static final char NSObjCStructType
See Also:
Constant Field Values

NSObjCPointerType

public static final char NSObjCPointerType
See Also:
Constant Field Values

NSObjCStringType

public static final char NSObjCStringType
See Also:
Constant Field Values

NSObjCArrayType

public static final char NSObjCArrayType
See Also:
Constant Field Values

NSObjCUnionType

public static final char NSObjCUnionType
See Also:
Constant Field Values

NSObjCBitfield

public static final char NSObjCBitfield
See Also:
Constant Field Values
Constructor Detail

_NSObjCValueTypeEnumeration

public _NSObjCValueTypeEnumeration()

_NSObjCValueTypeEnumeration

public _NSObjCValueTypeEnumeration(long value)

_NSObjCValueTypeEnumeration

public _NSObjCValueTypeEnumeration(com.jniwrapper.IntegerParameter t)