com.jwpepper.inv.pprprd
Class Classification

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

public class Classification
extends Type

Represents a classification of a 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
Classification()
          Empty constructor required by serialization.
 
Method Summary
static Classification getInstance(java.lang.String cde)
          Provides a simple way to access the classification having a specific code.
static com.sun.java.util.collections.Iterator list()
          Provides the full list of classifications.
 
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

Classification

public Classification()
Empty constructor required by serialization.
Method Detail

getInstance

public static Classification getInstance(java.lang.String cde)
Provides a simple way to access the classification having a specific code.
Parameters:
cde - the code of the desired classification
Returns:
the Classification object matching the specified code

list

public static com.sun.java.util.collections.Iterator list()
Provides the full list of classifications.
Returns:
all classifications