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