public class Rest extends TimedObject
| Modifier and Type | Field and Description |
|---|---|
protected int |
dots
Generated by umod; model author's documentation MISSING.
|
protected java.lang.Integer |
position
Generated by umod; model author's documentation MISSING.
|
protected boolean |
wholeMeasure
Generated by umod; model author's documentation MISSING.
|
whenglyph, logicalColor, logicalSizelocation, semanticsformat| Constructor and Description |
|---|
Rest() |
Rest(Rational when,
int dots,
boolean wholeMeasure)
Synthetic minimal constructor provided by the umod compiler.
|
Rest(Rational when,
java.lang.Integer position,
int dots,
boolean wholeMeasure)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
| Modifier and Type | Method and Description |
|---|---|
Rest |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
int |
get_dots()
Generated by umod; model author's documentation MISSING.
|
java.lang.Integer |
get_position()
Generated by umod; model author's documentation MISSING.
|
boolean |
get_wholeMeasure()
Generated by umod; model author's documentation MISSING.
|
Rest |
initFrom(java.lang.Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_dots(int val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_position(java.lang.Integer val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_wholeMeasure(boolean val)
Generated by umod; model author's documentation MISSING.
|
get_when, set_whendoPrint, get_glyph, get_logicalColor, get_logicalSize, set_glyph, set_logicalColor, set_logicalSizeget_location, get_rawExtension, get_semantics, set_location, set_semanticsprotected java.lang.Integer position
get_position(),
set_position(java.lang.Integer)protected int dots
get_dots(),
set_dots(int)protected boolean wholeMeasure
get_wholeMeasure(),
set_wholeMeasure(boolean)public Rest(Rational when, java.lang.Integer position, int dots, boolean wholeMeasure)
when - is copied to field TimedObject.whenposition - is copied to field positiondots - is copied to field dotswholeMeasure - is copied to field wholeMeasurepublic Rest(Rational when, int dots, boolean wholeMeasure)
when - is copied to field TimedObject.whendots - is copied to field dotswholeMeasure - is copied to field wholeMeasureRest()
public Rest doclone()
Cloneable is known to
be implemented.doclone in class TimedObjectpublic Format format()
format in interface Formattableformat in class TimedObjectpublic Rest initFrom(java.lang.Object o0)
initFrom in class TimedObjectpublic java.lang.Integer get_position()
public boolean set_position(java.lang.Integer val)
val - the new value of type java.lang.Integer(maybe null)positionpublic int get_dots()
public boolean set_dots(int val)
val - the new value of type int(never null)dotspublic boolean get_wholeMeasure()
public boolean set_wholeMeasure(boolean val)
val - the new value of type boolean(never null)wholeMeasure