edu.uiuc.cs397rhc.sound
Enum MidiConditionList.Connective

java.lang.Object
  extended by java.lang.Enum
      extended by edu.uiuc.cs397rhc.sound.MidiConditionList.Connective
All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable
Enclosing class:
MidiConditionList

public static enum MidiConditionList.Connective
extends java.lang.Enum<MidiConditionList.Connective>

The disjunctive (or) and conjunctive (and) connectives.


Enum Constant Summary
and
           
or
           
 
Method Summary
static MidiConditionList.Connective valueOf(java.lang.String name)
           
static MidiConditionList.Connective[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Enum Constant Detail

and

public static final MidiConditionList.Connective and

or

public static final MidiConditionList.Connective or
Method Detail

values

public static final MidiConditionList.Connective[] values()

valueOf

public static MidiConditionList.Connective valueOf(java.lang.String name)