public class Accidental extends Visible
Modifier and Type | Field and Description |
---|---|
protected boolean |
inParentheses
Generated by umod; model author's documentation MISSING.
|
protected boolean |
prependNatural
Generated by umod; model author's documentation MISSING.
|
glyph, logicalColor, logicalSize
location, semantics
format
Constructor and Description |
---|
Accidental() |
Accidental(boolean prependNatural,
boolean inParentheses)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
Accidental |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
boolean |
get_inParentheses()
Generated by umod; model author's documentation MISSING.
|
boolean |
get_prependNatural()
Generated by umod; model author's documentation MISSING.
|
Accidental |
initFrom(java.lang.Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_inParentheses(boolean val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_prependNatural(boolean 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 boolean prependNatural
get_prependNatural()
,
set_prependNatural(boolean)
protected boolean inParentheses
get_inParentheses()
,
set_inParentheses(boolean)
public Accidental(boolean prependNatural, boolean inParentheses)
prependNatural
- is copied to field prependNatural
inParentheses
- is copied to field inParentheses
Accidental()
public Accidental doclone()
Cloneable
is known to
be implemented.public Format format()
format
in interface Formattable
format
in class Visible
public Accidental initFrom(java.lang.Object o0)
public boolean get_prependNatural()
public boolean set_prependNatural(boolean val)
val
- the new value of type boolean(never null)prependNatural
public boolean get_inParentheses()
public boolean set_inParentheses(boolean val)
val
- the new value of type boolean(never null)inParentheses