com.jniwrapper.macosx.cocoa.nsscriptobjectspecifiers
Class NSScriptObjectSpecifiersEnumeration

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.ax
              extended bycom.jniwrapper.Int
                  extended bycom.jniwrapper.macosx.cocoa.nsscriptobjectspecifiers.NSScriptObjectSpecifiersEnumeration
All Implemented Interfaces:
com.jniwrapper.IntegerParameter
Direct Known Subclasses:
NSInsertionPosition, NSRelativePosition, NSWhoseSubelementIdentifier

public class NSScriptObjectSpecifiersEnumeration
extends com.jniwrapper.Int

This class represents NSScriptObjectSpecifiersEnumeration enumeration.


Field Summary
static int NSContainerSpecifierError
           
static int NSEverySubelement
           
static int NSIndexSubelement
           
static int NSInternalSpecifierError
           
static int NSInvalidIndexSpecifierError
           
static int NSMiddleSubelement
           
static int NSNoSpecifierError
           
static int NSNoSubelement
           
static int NSNoTopLevelContainersSpecifierError
           
static int NSOperationNotSupportedForKeySpecifierError
           
static int NSPositionAfter
           
static int NSPositionBefore
           
static int NSPositionBeginning
           
static int NSPositionEnd
           
static int NSPositionReplace
           
static int NSRandomSubelement
           
static int NSRelativeAfter
           
static int NSRelativeBefore
           
static int NSUnknownKeySpecifierError
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
NSScriptObjectSpecifiersEnumeration()
           
NSScriptObjectSpecifiersEnumeration(com.jniwrapper.IntegerParameter t)
           
NSScriptObjectSpecifiersEnumeration(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

NSNoSpecifierError

public static final int NSNoSpecifierError
See Also:
Constant Field Values

NSNoTopLevelContainersSpecifierError

public static final int NSNoTopLevelContainersSpecifierError
See Also:
Constant Field Values

NSContainerSpecifierError

public static final int NSContainerSpecifierError
See Also:
Constant Field Values

NSUnknownKeySpecifierError

public static final int NSUnknownKeySpecifierError
See Also:
Constant Field Values

NSInvalidIndexSpecifierError

public static final int NSInvalidIndexSpecifierError
See Also:
Constant Field Values

NSInternalSpecifierError

public static final int NSInternalSpecifierError
See Also:
Constant Field Values

NSOperationNotSupportedForKeySpecifierError

public static final int NSOperationNotSupportedForKeySpecifierError
See Also:
Constant Field Values

NSPositionAfter

public static final int NSPositionAfter
See Also:
Constant Field Values

NSPositionBefore

public static final int NSPositionBefore
See Also:
Constant Field Values

NSPositionBeginning

public static final int NSPositionBeginning
See Also:
Constant Field Values

NSPositionEnd

public static final int NSPositionEnd
See Also:
Constant Field Values

NSPositionReplace

public static final int NSPositionReplace
See Also:
Constant Field Values

NSRelativeAfter

public static final int NSRelativeAfter
See Also:
Constant Field Values

NSRelativeBefore

public static final int NSRelativeBefore
See Also:
Constant Field Values

NSIndexSubelement

public static final int NSIndexSubelement
See Also:
Constant Field Values

NSEverySubelement

public static final int NSEverySubelement
See Also:
Constant Field Values

NSMiddleSubelement

public static final int NSMiddleSubelement
See Also:
Constant Field Values

NSRandomSubelement

public static final int NSRandomSubelement
See Also:
Constant Field Values

NSNoSubelement

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

NSScriptObjectSpecifiersEnumeration

public NSScriptObjectSpecifiersEnumeration()

NSScriptObjectSpecifiersEnumeration

public NSScriptObjectSpecifiersEnumeration(long value)

NSScriptObjectSpecifiersEnumeration

public NSScriptObjectSpecifiersEnumeration(com.jniwrapper.IntegerParameter t)