com.jwpepper.inv.pprprd
Class Voicing

java.lang.Object
  |
  +--com.imaginary.lwp.Type
        |
        +--com.jwpepper.inv.pprprd.Voicing

public class Voicing
extends Type

Represents the combination of all voices supported by this piece of music.
Last modified $Date: 1999/10/04 15:31:06 $

Version:
$Revision: 1.1 $
Author:
George Reese (george@ancept.com)
See Also:
Serialized Form

Constructor Summary
Voicing()
          Empty constructor requied by serialization.
 
Method Summary
static Voicing getInstance(java.lang.String cde)
          Provides the voicing represented by the specified code
static com.sun.java.util.collections.Iterator list()
          Lists all voicings.
 
Methods inherited from class com.imaginary.lwp.Type
getCode, getDescription, getName, getType, list
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Voicing

public Voicing()
Empty constructor requied by serialization.
Method Detail

getInstance

public static Voicing getInstance(java.lang.String cde)
Provides the voicing represented by the specified code
Parameters:
cde - the code of the desired voicing
Returns:
the voicing associated with the named code.

list

public static com.sun.java.util.collections.Iterator list()
Lists all voicings.
Returns:
the known voicings