org.jouvieje.bass.enumerations
Class STREAMPROC_SPECIAL

java.lang.Object
  extended byorg.jouvieje.bass.enumerations.STREAMPROC_SPECIAL
All Implemented Interfaces:
java.lang.Comparable, org.jouvieje.bass.enumerations.Enumeration

public class STREAMPROC_SPECIAL
extends java.lang.Object
implements org.jouvieje.bass.enumerations.Enumeration, java.lang.Comparable

special STREAMPROCs [NAME] STREAMPROC_SPECIAL


Field Summary
static STREAMPROC_SPECIAL STREAMPROC_DUMMY
           
static STREAMPROC_SPECIAL STREAMPROC_PUSH
          push stream
 
Method Summary
 int asInt()
           
 int compareTo(java.lang.Object object)
           
 boolean equals(java.lang.Object object)
           
static STREAMPROC_SPECIAL get(int nativeValue)
          Retrieve a STREAMPROC_SPECIAL enum field with his integer value
static STREAMPROC_SPECIAL get(Pointer pointer)
          Retrieve a STREAMPROC_SPECIAL enum field from a Pointer
static java.util.Iterator iterator()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

STREAMPROC_DUMMY

public static final STREAMPROC_SPECIAL STREAMPROC_DUMMY

STREAMPROC_PUSH

public static final STREAMPROC_SPECIAL STREAMPROC_PUSH
push stream

Method Detail

asInt

public int asInt()
Specified by:
asInt in interface org.jouvieje.bass.enumerations.Enumeration
Returns:
the integer value of the enumeration constant.

toString

public java.lang.String toString()

equals

public boolean equals(java.lang.Object object)

compareTo

public int compareTo(java.lang.Object object)
Specified by:
compareTo in interface java.lang.Comparable

get

public static STREAMPROC_SPECIAL get(int nativeValue)
Retrieve a STREAMPROC_SPECIAL enum field with his integer value

Parameters:
nativeValue - the integer value of the field to retrieve
Returns:
the STREAMPROC_SPECIAL enum field that correspond to the integer value

get

public static STREAMPROC_SPECIAL get(Pointer pointer)
Retrieve a STREAMPROC_SPECIAL enum field from a Pointer

Parameters:
pointer - a pointer holding an STREAMPROC_SPECIAL enum field
Returns:
the STREAMPROC_SPECIAL enum field that correspond to the enum field in the pointer

iterator

public static java.util.Iterator iterator()
Returns:
an Iterator over the elements in this enumeration.
Can be cast to Iterator in Java 1.5.


NativeBass is an Open Source Project under GNU LGPL License
NativeBass Project - © Copyright 2007-2008 - Jérôme Jouvie (Jouvieje)
http://jerome.jouvie.free.fr/ - jerome.jouvie@gmail.com

(Documentation Copyright © Ian Luck - BASS - http://www.un4seen.com)