|
||||||||||
| 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.NoteListParameter
public class NoteListParameter
NoteListParameter objects direct score information to be written to fields in MUSIC-N note lists.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class net.charlesames.music.ensemble.EnsembleEntity |
|---|
EnsembleEntity.AttributeTable |
| Constructor Summary | |
|---|---|
NoteListParameter(NoteListInstrument container,
int id,
java.lang.String name)
Constructor for NoteListParameter instances |
|
| Method Summary | |
|---|---|
static XmlSpec |
createXmlSpec()
Create an XML specification for the NoteListParameter class. |
boolean |
equals(EnsembleEntity other)
Check if this entity has the same class and content as another entity. |
static NoteListParameter |
fromXmlNode(org.w3c.dom.Element element,
NoteListInstrument container)
Create a new NoteListParameter instance and fill it with loaded data. |
NoteListInstrument |
getContainer()
Getter for the Container property. |
java.lang.String |
getPath()
Return a description of this entity and its containers. |
boolean |
setID(int id)
Setter for the ID property. |
boolean |
setName(java.lang.String name)
Setter for the Name property. |
| Methods inherited from class net.charlesames.music.ensemble.EnsembleEntity |
|---|
buildDescription, copyToClipboard, createIndentCell, createXmlSpec, describeFeature, 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, 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 NoteListParameter(NoteListInstrument container,
int id,
java.lang.String name)
NoteListParameter instances
container - The Ensemble, EnsembleChoir, or EnsembleInstrument that contains this parameter.id - The parameter id.name - The parameter name.| Method Detail |
|---|
public NoteListInstrument getContainer()
EntityContainer property.
getContainer in class EnsembleEntityContainer value.public boolean setID(int id)
EntityID property.
setID in class WriteableEntityid - The intended ID value.
ID change actually happened; false otherwise.public boolean setName(java.lang.String name)
EntityName property.
setName in class WriteableEntityname - The intended Name value.
Name change actually happened; false otherwise.public java.lang.String getPath()
Entity
getPath in interface EntityContainergetPath in class Entity
public static NoteListParameter fromXmlNode(org.w3c.dom.Element element,
NoteListInstrument container)
NoteListParameter instance and fill it with loaded data.
element - The XML element that provides the NoteListParameter datacontainer - The Ensemble, EnsembleChoir, or EnsembleInstrument which will contain the new NoteListParameter.
NoteListParameter instance.public static XmlSpec createXmlSpec()
NoteListParameter class.
XmlSpec instance.
java.lang.RuntimeException - when an XmlSpec instance already exists for the NoteListParameter 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 | |||||||||