Package eu.bandm.tools.dtd
Class DTD.Any
java.lang.Object
eu.bandm.tools.dtd.DTD.ContentModel
eu.bandm.tools.dtd.DTD.ContentModelConstant
eu.bandm.tools.dtd.DTD.Any
- All Implemented Interfaces:
Formattable,Cloneable
- Enclosing class:
DTD
@Generated(generator="eu.bandm.tools.umod",
version="",
timestamp="2025-08-17_22h54m24")
public static class DTD.Any
extends DTD.ContentModelConstant
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "DTD.umod":195.1-196.12, see this pretty print.)
(This definition has been created by UMod from the source at SYSTEM "DTD.umod":195.1-196.12, see this pretty print.)
-
Field Summary
FieldsFields inherited from class eu.bandm.tools.dtd.DTD.ContentModelConstant
labelFields inherited from class eu.bandm.tools.dtd.DTD.ContentModel
ANY, EMPTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoclone()Clones this object.booleanGenerated by umod because this class isALGEBRAIC.format()Delivers a format object for pretty-printing, as specified in the umod source.static StringDelivers the format specification from the umod source.inthashCode()Generated by umod because this class isALGEBRAIC.Copies values of all common fields from the argument.booleanMethods inherited from class eu.bandm.tools.dtd.DTD.ContentModelConstant
get_label, get_label, with_label, x_equalsMethods inherited from class eu.bandm.tools.dtd.DTD.ContentModel
x_equals
-
Field Details
-
BASE_HASH
protected static final int BASE_HASH
-
-
Constructor Details
-
Any
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".- Parameters:
label- is copied to fieldDTD.ContentModelConstant.label
-
-
Method Details
-
doclone
Clones this object. Method never fails, sinceCloneableis known to be implemented.- Overrides:
doclonein classDTD.ContentModelConstant- Returns:
- a fresh copy.
-
getFormatHint
Delivers the format specification from the umod source.
The constant return value is ..
'ANY'
This can be used e.g. by format code interpreters which process objects of different origin. -
format
Delivers a format object for pretty-printing, as specified in the umod source.- Specified by:
formatin interfaceFormattable- Overrides:
formatin classDTD.ContentModelConstant- Returns:
- a format that represents this object in a pretty-printable way
-
equals
Generated by umod because this class isALGEBRAIC.- Overrides:
equalsin classDTD.ContentModelConstant
-
x_equals
-
hashCode
public int hashCode()Generated by umod because this class isALGEBRAIC.- Overrides:
hashCodein classDTD.ContentModelConstant
-
initFrom
Copies values of all common fields from the argument. All fields of this class definition are copied, iff the argument is of this class. Then the superclass method is invoked with the same argument.- Overrides:
initFromin classDTD.ContentModelConstant
-