|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.niffty.Barline.Type
A Barline.Type has constants for the legal barline types. This is a "typesafe enum" where you can use a static members like a constant and compare with == .
Field Summary | |
static Barline.Type |
THICK
|
static Barline.Type |
THIN
|
Method Summary | |
java.lang.String |
toString()
Return a string representation of this constant. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final Barline.Type THIN
public static final Barline.Type THICK
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |