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.
|
when
glyph, logicalColor, logicalSize
location, semantics
format
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_when
doPrint, get_glyph, get_logicalColor, get_logicalSize, set_glyph, set_logicalColor, set_logicalSize
get_location, get_rawExtension, get_semantics, set_location, set_semantics
protected 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.when
position
- is copied to field position
dots
- is copied to field dots
wholeMeasure
- is copied to field wholeMeasure
public Rest(Rational when, int dots, boolean wholeMeasure)
when
- is copied to field TimedObject.when
dots
- is copied to field dots
wholeMeasure
- is copied to field wholeMeasure
Rest()
public Rest doclone()
Cloneable
is known to
be implemented.doclone
in class TimedObject
public Format format()
format
in interface Formattable
format
in class TimedObject
public Rest initFrom(java.lang.Object o0)
initFrom
in class TimedObject
public java.lang.Integer get_position()
public boolean set_position(java.lang.Integer val)
val
- the new value of type java.lang.Integer(maybe null)position
public int get_dots()
public boolean set_dots(int val)
val
- the new value of type int(never null)dots
public boolean get_wholeMeasure()
public boolean set_wholeMeasure(boolean val)
val
- the new value of type boolean(never null)wholeMeasure