com.jniwrapper.macosx.cocoa.nsnetservices
Class NSNetServicesEnumeration

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.ax
              extended bycom.jniwrapper.Int
                  extended bycom.jniwrapper.macosx.cocoa.nsnetservices.NSNetServicesEnumeration
All Implemented Interfaces:
com.jniwrapper.IntegerParameter
Direct Known Subclasses:
NSNetServicesError

public class NSNetServicesEnumeration
extends com.jniwrapper.Int

This class represents NSNetServicesEnumeration enumeration.


Field Summary
static int NSNetServicesActivityInProgress
           
static int NSNetServicesBadArgumentError
           
static int NSNetServicesCancelledError
           
static int NSNetServicesCollisionError
           
static int NSNetServicesInvalidError
           
static int NSNetServicesNotFoundError
           
static int NSNetServicesUnknownError
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
NSNetServicesEnumeration()
           
NSNetServicesEnumeration(com.jniwrapper.IntegerParameter t)
           
NSNetServicesEnumeration(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

NSNetServicesUnknownError

public static final int NSNetServicesUnknownError
See Also:
Constant Field Values

NSNetServicesCollisionError

public static final int NSNetServicesCollisionError
See Also:
Constant Field Values

NSNetServicesNotFoundError

public static final int NSNetServicesNotFoundError
See Also:
Constant Field Values

NSNetServicesActivityInProgress

public static final int NSNetServicesActivityInProgress
See Also:
Constant Field Values

NSNetServicesBadArgumentError

public static final int NSNetServicesBadArgumentError
See Also:
Constant Field Values

NSNetServicesCancelledError

public static final int NSNetServicesCancelledError
See Also:
Constant Field Values

NSNetServicesInvalidError

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

NSNetServicesEnumeration

public NSNetServicesEnumeration()

NSNetServicesEnumeration

public NSNetServicesEnumeration(long value)

NSNetServicesEnumeration

public NSNetServicesEnumeration(com.jniwrapper.IntegerParameter t)