public class Staff extends Visible
| Modifier and Type | Field and Description |
|---|---|
protected CheckedList<GraphicObject> |
contents
Generated by umod; model author's documentation MISSING.
|
protected java.lang.String |
ident
Generated by umod; model author's documentation MISSING.
|
glyph, logicalColor, logicalSizelocation, semanticsformat| Constructor and Description |
|---|
Staff()
Synthetic minimal constructor provided by the umod compiler.
|
Staff(java.lang.String ident)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
| Modifier and Type | Method and Description |
|---|---|
void |
descend_contents(MATCH_ONLY_00 visitor) |
Staff |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
CheckedList<GraphicObject> |
get_contents()
Generated by umod; model author's documentation MISSING.
|
java.lang.String |
get_ident()
Generated by umod; model author's documentation MISSING.
|
Staff |
initFrom(java.lang.Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_contents(CheckedList<GraphicObject> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_ident(java.lang.String val)
Generated by umod; model author's documentation MISSING.
|
doPrint, get_glyph, get_logicalColor, get_logicalSize, set_glyph, set_logicalColor, set_logicalSizeget_location, get_rawExtension, get_semantics, set_location, set_semanticsprotected java.lang.String ident
get_ident(),
set_ident(java.lang.String)protected CheckedList<GraphicObject> contents
CheckedList<GraphicObject(never
null)>(never null)public Staff(java.lang.String ident)
ident - is copied to field identpublic Staff()
public Staff doclone()
Cloneable is known to
be implemented.public Format format()
format in interface Formattableformat in class Visiblepublic Staff initFrom(java.lang.Object o0)
public java.lang.String get_ident()
public boolean set_ident(java.lang.String val)
val - the new value of type java.lang.String(maybe null)identpublic CheckedList<GraphicObject> get_contents()
CheckedList<GraphicObject(never
null)>(never null)public boolean set_contents(CheckedList<GraphicObject> val)
val - the new value of type CheckedList<GraphicObject(never
null)>(never null)contentspublic void descend_contents(MATCH_ONLY_00 visitor)