public static class DTD.Empty extends DTD.ContentModelConstant
| Modifier and Type | Field and Description |
|---|---|
protected static int |
BASE_HASH |
labelANY, EMPTYformat| Constructor and Description |
|---|
Empty(String label)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
| Modifier and Type | Method and Description |
|---|---|
DTD.Empty |
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, as specified in the umod source.
|
static String |
getFormatHint()
Delivers the format specification from the umod source.
|
int |
hashCode()
Generated by umod because this class is
ALGEBRAIC. |
DTD.Empty |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
x_equals(DTD.Empty e0) |
get_label, get_label, with_label, x_equalsx_equalspublic Empty(String label)
label - is copied to field DTD.ContentModelConstant.labelpublic DTD.Empty doclone()
Cloneable is known
to be implemented.doclone in class DTD.ContentModelConstantpublic static String getFormatHint()
'EMPTY' public Format format()
format in interface Formattableformat in class DTD.ContentModelConstantpublic boolean equals(Object e0)
ALGEBRAIC.equals in class DTD.ContentModelConstantpublic boolean x_equals(DTD.Empty e0)
public int hashCode()
ALGEBRAIC.hashCode in class DTD.ContentModelConstantpublic DTD.Empty initFrom(Object o0)
initFrom in class DTD.ContentModelConstantsee also the complete user documentation .