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