org.niffty
Class Barline.ExtendsTo

java.lang.Object
  |
  +--org.niffty.Barline.ExtendsTo
Enclosing class:
Barline

public static final class Barline.ExtendsTo
extends java.lang.Object

A Barline.ExtendsTo has constants for the legal "extends to" values. This is a "typesafe enum" where you can use a static members like a constant and compare with == .


Field Summary
static Barline.ExtendsTo BETWEEN_STAVES
           
static Barline.ExtendsTo BOTTOM_OF_STAFF
          For the bottom line of the bottom staff given by the associated number of staves
static Barline.ExtendsTo NEXT_STAFF
           
 
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

BOTTOM_OF_STAFF

public static final Barline.ExtendsTo BOTTOM_OF_STAFF
For the bottom line of the bottom staff given by the associated number of staves


NEXT_STAFF

public static final Barline.ExtendsTo NEXT_STAFF

BETWEEN_STAVES

public static final Barline.ExtendsTo BETWEEN_STAVES
Method Detail

toString

public java.lang.String toString()
Return a string representation of this constant. This is only for display and is not used in testing for equality.

Overrides:
toString in class java.lang.Object