public class BarLine extends Visible
Modifier and Type | Field and Description |
---|---|
protected CheckedList<BarLineRange> |
ranges
Generated by umod; model author's documentation MISSING.
|
protected BarLineType |
type
Generated by umod; model author's documentation MISSING.
|
protected Rational |
when
Generated by umod; model author's documentation MISSING.
|
glyph, logicalColor, logicalSize
location, semantics
format
Constructor and Description |
---|
BarLine() |
BarLine(BarLineType type)
Synthetic minimal constructor provided by the umod compiler.
|
BarLine(BarLineType type,
Rational when)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
void |
descend_ranges(MATCH_ONLY_00 visitor) |
BarLine |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
CheckedList<BarLineRange> |
get_ranges()
Generated by umod; model author's documentation MISSING.
|
BarLineType |
get_type()
Generated by umod; model author's documentation MISSING.
|
Rational |
get_when()
Generated by umod; model author's documentation MISSING.
|
BarLine |
initFrom(java.lang.Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_ranges(CheckedList<BarLineRange> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_type(BarLineType val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_when(Rational val)
Generated by umod; model author's documentation MISSING.
|
doPrint, get_glyph, get_logicalColor, get_logicalSize, set_glyph, set_logicalColor, set_logicalSize
get_location, get_rawExtension, get_semantics, set_location, set_semantics
protected BarLineType type
BarLineType
(never null)protected Rational when
Rational
(maybe
null)get_when()
,
set_when(eu.bandm.tools.util.Rational)
protected CheckedList<BarLineRange> ranges
CheckedList
<BarLineRange
(never
null)>(never null)public BarLine(BarLineType type, Rational when)
public BarLine(BarLineType type)
type
- is copied to field type
BarLine()
public BarLine doclone()
Cloneable
is known to
be implemented.public Format format()
format
in interface Formattable
format
in class Visible
public BarLine initFrom(java.lang.Object o0)
public BarLineType get_type()
BarLineType
(never
null)public boolean set_type(BarLineType val)
val
- the new value of type BarLineType
(never null)type
public Rational get_when()
Rational
(maybe null)public boolean set_when(Rational val)
public CheckedList<BarLineRange> get_ranges()
CheckedList
<BarLineRange
(never
null)>(never null)public boolean set_ranges(CheckedList<BarLineRange> val)
val
- the new value of type CheckedList
<BarLineRange
(never
null)>(never null)ranges
public void descend_ranges(MATCH_ONLY_00 visitor)