org.niffty
Class Ossia

java.lang.Object
  |
  +--org.niffty.Ossia

public final class Ossia
extends java.lang.Object

An Ossia has constants for the legal types of ossia used in Tags. This is a "typesafe enum" where you can use a static members like a constant and compare with == .


Field Summary
static Ossia DO_NOT_PLAY_BACK
           
static Ossia PLAY_BACK
           
 
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

DO_NOT_PLAY_BACK

public static final Ossia DO_NOT_PLAY_BACK

PLAY_BACK

public static final Ossia PLAY_BACK
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