csnd
Class CSOUND_STATUS

java.lang.Object
  extended by csnd.CSOUND_STATUS

public final class CSOUND_STATUS
extends java.lang.Object


Field Summary
static CSOUND_STATUS CSOUND_ERROR
           
static CSOUND_STATUS CSOUND_INITIALIZATION
           
static CSOUND_STATUS CSOUND_MEMORY
           
static CSOUND_STATUS CSOUND_PERFORMANCE
           
static CSOUND_STATUS CSOUND_SIGNAL
           
static CSOUND_STATUS CSOUND_SUCCESS
           
 
Method Summary
static CSOUND_STATUS swigToEnum(int swigValue)
           
 int swigValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CSOUND_SUCCESS

public static final CSOUND_STATUS CSOUND_SUCCESS

CSOUND_ERROR

public static final CSOUND_STATUS CSOUND_ERROR

CSOUND_INITIALIZATION

public static final CSOUND_STATUS CSOUND_INITIALIZATION

CSOUND_PERFORMANCE

public static final CSOUND_STATUS CSOUND_PERFORMANCE

CSOUND_MEMORY

public static final CSOUND_STATUS CSOUND_MEMORY

CSOUND_SIGNAL

public static final CSOUND_STATUS CSOUND_SIGNAL
Method Detail

swigValue

public final int swigValue()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

swigToEnum

public static CSOUND_STATUS swigToEnum(int swigValue)