com.jniwrapper.macosx.cocoa.nspropertylist
Class NSPropertyListEnumeration

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.ax
              extended bycom.jniwrapper.Int
                  extended bycom.jniwrapper.macosx.cocoa.nspropertylist.NSPropertyListEnumeration
All Implemented Interfaces:
com.jniwrapper.IntegerParameter
Direct Known Subclasses:
NSPropertyListFormat, NSPropertyListMutabilityOptions

public class NSPropertyListEnumeration
extends com.jniwrapper.Int

This class represents NSPropertyListEnumeration enumeration.


Field Summary
static int NSPropertyListBinaryFormat_v1_0
           
static int NSPropertyListImmutable
           
static int NSPropertyListMutableContainers
           
static int NSPropertyListMutableContainersAndLeaves
           
static int NSPropertyListOpenStepFormat
           
static int NSPropertyListXMLFormat_v1_0
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
NSPropertyListEnumeration()
           
NSPropertyListEnumeration(com.jniwrapper.IntegerParameter t)
           
NSPropertyListEnumeration(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

NSPropertyListImmutable

public static final int NSPropertyListImmutable
See Also:
Constant Field Values

NSPropertyListMutableContainers

public static final int NSPropertyListMutableContainers
See Also:
Constant Field Values

NSPropertyListMutableContainersAndLeaves

public static final int NSPropertyListMutableContainersAndLeaves
See Also:
Constant Field Values

NSPropertyListOpenStepFormat

public static final int NSPropertyListOpenStepFormat
See Also:
Constant Field Values

NSPropertyListXMLFormat_v1_0

public static final int NSPropertyListXMLFormat_v1_0
See Also:
Constant Field Values

NSPropertyListBinaryFormat_v1_0

public static final int NSPropertyListBinaryFormat_v1_0
See Also:
Constant Field Values
Constructor Detail

NSPropertyListEnumeration

public NSPropertyListEnumeration()

NSPropertyListEnumeration

public NSPropertyListEnumeration(long value)

NSPropertyListEnumeration

public NSPropertyListEnumeration(com.jniwrapper.IntegerParameter t)