|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.imaginary.lwp.Type | +--com.jwpepper.inv.pprprd.Style
Represents the style of a particular piece of music. Styles can only
be associated with specific classifications.
Last modified $Date: 1999/10/04 15:31:06 $
Constructor Summary | |
Style()
Empty constructor required by serialization. |
Method Summary | |
static Style |
getInstance(java.lang.String cde)
Provides a specific style represented by the specified code. |
static com.sun.java.util.collections.Iterator |
list()
Provides all known styles. |
static com.sun.java.util.collections.Iterator |
list(Classification clsf)
Provides all of the styles associated with the specified classification. |
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 |
public Style()
Method Detail |
public static Style getInstance(java.lang.String cde)
cde
- the code of the desired stylepublic static com.sun.java.util.collections.Iterator list()
public static com.sun.java.util.collections.Iterator list(Classification clsf)
clsf
- the classification who styles are sought
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |