com.jniwrapper.macosx.cocoa.mactypes
Class MacTypesEnumeration

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

public class MacTypesEnumeration
extends com.jniwrapper.Int

This class represents MacTypesEnumeration enumeration.


Field Summary
static int alphaStage
           
static int betaStage
           
static int bold
           
static int condense
           
static int developStage
           
static int extend
           
static int finalStage
           
static int italic
           
static int kNilOptions
           
static int kUnknownType
           
static int kVariableLengthArray
           
static int noErr
           
static int normal
           
static int outline
           
static int shadow
           
static int underline
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
MacTypesEnumeration()
           
MacTypesEnumeration(com.jniwrapper.IntegerParameter t)
           
MacTypesEnumeration(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

noErr

public static final int noErr
See Also:
Constant Field Values

kNilOptions

public static final int kNilOptions
See Also:
Constant Field Values

kVariableLengthArray

public static final int kVariableLengthArray
See Also:
Constant Field Values

kUnknownType

public static final int kUnknownType
See Also:
Constant Field Values

normal

public static final int normal
See Also:
Constant Field Values

bold

public static final int bold
See Also:
Constant Field Values

italic

public static final int italic
See Also:
Constant Field Values

underline

public static final int underline
See Also:
Constant Field Values

outline

public static final int outline
See Also:
Constant Field Values

shadow

public static final int shadow
See Also:
Constant Field Values

condense

public static final int condense
See Also:
Constant Field Values

extend

public static final int extend
See Also:
Constant Field Values

developStage

public static final int developStage
See Also:
Constant Field Values

alphaStage

public static final int alphaStage
See Also:
Constant Field Values

betaStage

public static final int betaStage
See Also:
Constant Field Values

finalStage

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

MacTypesEnumeration

public MacTypesEnumeration()

MacTypesEnumeration

public MacTypesEnumeration(long value)

MacTypesEnumeration

public MacTypesEnumeration(com.jniwrapper.IntegerParameter t)