public class TpTop extends Tp
| Modifier and Type | Field and Description |
|---|---|
protected String |
absTime_text
Text representation found on the "T" line.
|
protected boolean |
defByEvent
always false.
|
protected int |
depth
always zero.
|
format| Constructor and Description |
|---|
TpTop() |
TpTop(Location<XMLDocumentIdentifier> location,
String absTime_text)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
TpTop(String absTime_text)
Synthetic minimal constructor provided by the umod compiler.
|
| Modifier and Type | Method and Description |
|---|---|
TpTop |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
String |
get_absTime_text()
Text representation found on the "T" line.
|
boolean |
get_defByEvent()
always false.
|
int |
get_depth()
always zero.
|
TpTop |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_absTime_text(String val)
Text representation found on the "T" line.
|
boolean |
set_defByEvent(boolean val)
always false.
|
boolean |
set_depth(int val)
always zero.
|
String |
toString() |
containsKey_divisions, containsKey_divisions, descend_divisions, get_divisions, get_location, makeDivision, put_divisions, put_divisions, set_divisions, set_locationprotected String absTime_text
protected boolean defByEvent
get_defByEvent(),
set_defByEvent(boolean)protected int depth
get_depth(),
set_depth(int)public TpTop(Location<XMLDocumentIdentifier> location, String absTime_text)
location - is copied to field Tp.locationabsTime_text - is copied to field absTime_textpublic TpTop(String absTime_text)
absTime_text - is copied to field absTime_textTpTop()
public TpTop doclone()
Cloneable is known to
be implemented.public Format format()
format in interface Formattableformat in class Tppublic TpTop initFrom(Object o0)
public String get_absTime_text()
public boolean set_absTime_text(String val)
val - the new value of type java.lang.String(never null)absTime_textpublic boolean get_defByEvent()
get_defByEvent in class Tppublic boolean set_defByEvent(boolean val)
val - the new value of type boolean(never null)defByEventpublic int get_depth()
public boolean set_depth(int val)
val - the new value of type int(never null)depth