|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.charlesames.utility.common.Disposable
net.charlesames.utility.entity.Entity
net.charlesames.utility.entity.WriteableEntity
net.charlesames.music.ensemble.EnsembleEntity
net.charlesames.music.ensemble.NoteListOpcode
public class NoteListOpcode
NoteListOpcode objects define the text used to identify various types of statement in MUSIC-N note lists.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class net.charlesames.music.ensemble.EnsembleEntity |
|---|
EnsembleEntity.AttributeTable |
| Constructor Summary | |
|---|---|
NoteListOpcode(Ensemble ensemble,
TypeOfOpcode opcodeType,
java.lang.String defaultValue)
Constructor for NoteListOpcode instances. |
|
| Method Summary | |
|---|---|
static XmlSpec |
createXmlSpec()
Create an XML specification for the EnsembleVoiceMidiData class. |
boolean |
equals(EnsembleEntity other)
Check if this entity has the same class and content as another entity. |
static NoteListOpcode |
fromXmlNode(org.w3c.dom.Element element,
Ensemble ensemble)
Dereference a NoteListOpcode instance and fill it with loaded data. |
java.lang.String |
getDefaultValue()
Getter for the DefaultValue property. |
TypeOfOpcode |
getOpcodeType()
Getter for the OpcodeType property. |
java.lang.String |
getPath()
Return a description of this entity and its containers. |
java.lang.String |
getValue()
Getter for the Value property. |
void |
setValue(java.lang.String value)
Getter for the Value property. |
| Methods inherited from class net.charlesames.music.ensemble.EnsembleEntity |
|---|
buildDescription, copyToClipboard, createIndentCell, createXmlSpec, describeFeature, getContainer, getEnsemble, logError, predecessor, toString |
| Methods inherited from class net.charlesames.utility.entity.WriteableEntity |
|---|
check, clearXmlSpecs, createXmlSpec, getTagName, getXmlData, getXmlSpec, getXmlSpec, initializeXsd, isPersistent, logError, logError, makeDirty, putXmlData, save, setID, setName, setPersistent, setStatus, toXmlNode |
| Methods inherited from class net.charlesames.utility.entity.Entity |
|---|
decrementReferenceCount, dereferenceHandle, dispose, equals, getHandle, getID, getName, getReferenceCount, getStatus, getText, hasContainer, incrementReferenceCount, isModifiable, methodHasOverride, predecessor, resequenceEntities, setContainer, setModifiable, shiftEntitiesDown, shiftEntityDown, shiftEntityUp, successor, wipe |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NoteListOpcode(Ensemble ensemble,
TypeOfOpcode opcodeType,
java.lang.String defaultValue)
NoteListOpcode instances.
ensemble - The Ensemble under which the NoteListOpcode is created.opcodeType - The opcode type. Each NoteListOpcode defined under an Ensemble must be of a unique type.defaultValue - The default value.| Method Detail |
|---|
public TypeOfOpcode getOpcodeType()
public java.lang.String getValue()
public void setValue(java.lang.String value)
value - The intended value.public java.lang.String getDefaultValue()
public java.lang.String getPath()
Entity
getPath in interface EntityContainergetPath in class Entity
public static NoteListOpcode fromXmlNode(org.w3c.dom.Element element,
Ensemble ensemble)
NoteListOpcode instance and fill it with loaded data.
element - The XML element that provides the NoteListOpcode dataensemble - The Ensemble which contains the NoteListOpcode instance.
NoteListOpcode instance.public static XmlSpec createXmlSpec()
EnsembleVoiceMidiData class.
XmlSpec instance.
java.lang.RuntimeException - when an XmlSpec instance already exists for the EnsembleVoiceMidiData class.public boolean equals(EnsembleEntity other)
EnsembleEntity
equals in class EnsembleEntityother - The other entity.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||