public abstract static class DTM.AttributeType extends Object implements Cloneable, Formattable
format
Constructor and Description |
---|
AttributeType()
Synthetic minimal constructor provided by the umod compiler.
|
Modifier and Type | Method and Description |
---|---|
DTM.AttributeType |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
DTM.AttributeType |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
public AttributeType()
public DTM.AttributeType doclone()
Cloneable
is known
to be implemented.public Format format()
format
in interface Formattable
public DTM.AttributeType initFrom(Object o0)
see also the complete user documentation .