Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.virtuosotechnologies.asaph.notationmanager
Class StandardNoteModifier  view StandardNoteModifier download StandardNoteModifier.java

java.lang.Object
  extended bycom.virtuosotechnologies.asaph.notationmanager.StandardNoteModifier
All Implemented Interfaces:
com.virtuosotechnologies.asaph.model.notation.NoteModifier

class StandardNoteModifier
extends java.lang.Object
implements com.virtuosotechnologies.asaph.model.notation.NoteModifier

Standard implementation of NoteModifier.


Field Summary
private  StandardNotationFactory factory_
           
private  int value_
           
 
Constructor Summary
(package private) StandardNoteModifier(StandardNotationFactory factory, int value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          equals
 java.lang.String generateLongString()
          Generate the long string representation
 java.lang.String generateString()
          Generate the short (symbolic) string representation
 com.virtuosotechnologies.asaph.model.notation.NotationFactory getNotationFactory()
          Get the NotationFactory that created this object
(package private)  int getValue()
           
 int hashCode()
          hashCode
 java.lang.String toString()
          toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

factory_

private StandardNotationFactory factory_

value_

private int value_
Constructor Detail

StandardNoteModifier

StandardNoteModifier(StandardNotationFactory factory,
                     int value)
Method Detail

getValue

int getValue()

getNotationFactory

public com.virtuosotechnologies.asaph.model.notation.NotationFactory getNotationFactory()
Get the NotationFactory that created this object

Specified by:
getNotationFactory in interface com.virtuosotechnologies.asaph.model.notation.NoteModifier

generateLongString

public java.lang.String generateLongString()
Generate the long string representation

Specified by:
generateLongString in interface com.virtuosotechnologies.asaph.model.notation.NoteModifier

generateString

public java.lang.String generateString()
Generate the short (symbolic) string representation

Specified by:
generateString in interface com.virtuosotechnologies.asaph.model.notation.NoteModifier

equals

public boolean equals(java.lang.Object obj)
equals


hashCode

public int hashCode()
hashCode


toString

public java.lang.String toString()
toString