public class MeasureMark extends GraphicObject
Modifier and Type | Field and Description |
---|---|
protected java.math.BigDecimal |
barNumber
Generated by umod; model author's documentation MISSING.
|
protected Rational |
when
Generated by umod; model author's documentation MISSING.
|
location, semantics
format
Constructor and Description |
---|
MeasureMark() |
MeasureMark(Rational when)
Synthetic minimal constructor provided by the umod compiler.
|
MeasureMark(Rational when,
java.math.BigDecimal barNumber)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
MeasureMark |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
java.math.BigDecimal |
get_barNumber()
Generated by umod; model author's documentation MISSING.
|
Rational |
get_when()
Generated by umod; model author's documentation MISSING.
|
MeasureMark |
initFrom(java.lang.Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_barNumber(java.math.BigDecimal val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_when(Rational val)
Generated by umod; model author's documentation MISSING.
|
doPrint, get_location, get_rawExtension, get_semantics, set_location, set_semantics
protected Rational when
Rational
(never
null)get_when()
,
set_when(eu.bandm.tools.util.Rational)
protected java.math.BigDecimal barNumber
BigDecimal
(maybe
null)public MeasureMark(Rational when, java.math.BigDecimal barNumber)
public MeasureMark(Rational when)
when
- is copied to field when
MeasureMark()
public MeasureMark doclone()
Cloneable
is known to
be implemented.doclone
in class GraphicObject
public Format format()
format
in interface Formattable
format
in class GraphicObject
public MeasureMark initFrom(java.lang.Object o0)
initFrom
in class GraphicObject
public Rational get_when()
Rational
(never null)public boolean set_when(Rational val)
public java.math.BigDecimal get_barNumber()
BigDecimal
(maybe
null)public boolean set_barNumber(java.math.BigDecimal val)
val
- the new value of type BigDecimal
(maybe
null)barNumber