Package eu.bandm.tools.dtd
Class DTD.Dtd
- java.lang.Object
-
- eu.bandm.tools.dtd.DTD.Dtd
-
- All Implemented Interfaces:
Formattable
,java.lang.Cloneable
- Enclosing class:
- DTD
public static class DTD.Dtd extends java.lang.Object implements java.lang.Cloneable, Formattable
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "DTD.umod":21.1-32.3, see this pretty print.)
-
-
Field Summary
Fields Modifier and Type Field Description protected XMLDocumentIdentifier
documentId
Generated by umod; model author's documentation MISSING.protected CheckedMultimap_RD<java.lang.String,java.lang.String>
entityUsage
Generated by umod; model author's documentation MISSING.protected java.util.List<Location<XMLDocumentIdentifier>>
locations
Generated by umod; model author's documentation MISSING.protected CheckedList<DTD.MarkupDecl>
markup
Generated by umod; model author's documentation MISSING.protected DTD.TextDecl
textDecl
Generated by umod; model author's documentation MISSING.-
Fields inherited from interface eu.bandm.tools.format.Formattable
format
-
-
Constructor Summary
Constructors Constructor Description Dtd()
Synthetic minimal constructor provided by the umod compiler.Dtd(XMLDocumentIdentifier documentId)
Constructor generated according to specification #1
Constructor defined according to directive "C 1/..".
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
descend_locations(DTD.MATCH_ONLY_00 visitor)
Deprecated.void
descend_markup(DTD.MATCH_ONLY_00 visitor)
Deprecated.DTD.Dtd
doclone()
Clones this object.Format
format()
Delivers a format object for pretty-printing, as specified in the umod source.XMLDocumentIdentifier
get_documentId()
Generated by umod; model author's documentation MISSING.static Pattern<DTD.Dtd>
get_documentId(Pattern<? super XMLDocumentIdentifier> p)
Lifts a pattern which matches the field value to one which matches this whole object.CheckedMultimap_RD<java.lang.String,java.lang.String>
get_entityUsage()
Generated by umod; model author's documentation MISSING.static Pattern<DTD.Dtd>
get_entityUsage(Pattern<? super CheckedMultimap_RD<java.lang.String,java.lang.String>> p)
Lifts a pattern which matches the field value to one which matches this whole object.java.util.List<Location<XMLDocumentIdentifier>>
get_locations()
Generated by umod; model author's documentation MISSING.static Pattern<DTD.Dtd>
get_locations(Pattern<? super java.util.List<Location<XMLDocumentIdentifier>>> p)
Lifts a pattern which matches the field value to one which matches this whole object.CheckedList<DTD.MarkupDecl>
get_markup()
Generated by umod; model author's documentation MISSING.static Pattern<DTD.Dtd>
get_markup(Pattern<? super CheckedList<DTD.MarkupDecl>> p)
Lifts a pattern which matches the field value to one which matches this whole object.DTD.TextDecl
get_textDecl()
Generated by umod; model author's documentation MISSING.static Pattern<DTD.Dtd>
get_textDecl(Pattern<? super DTD.TextDecl> p)
Lifts a pattern which matches the field value to one which matches this whole object.static java.lang.String
getFormatHint()
Delivers the format specification from the umod source.DTD.Dtd
initFrom(java.lang.Object o0)
Copies values of all common fields from the argument.boolean
set_documentId(XMLDocumentIdentifier val)
Generated by umod; model author's documentation MISSING.boolean
set_entityUsage(CheckedMultimap_RD<java.lang.String,java.lang.String> val)
Generated by umod; model author's documentation MISSING.boolean
set_locations(java.util.List<Location<XMLDocumentIdentifier>> val)
Generated by umod; model author's documentation MISSING.boolean
set_markup(CheckedList<DTD.MarkupDecl> val)
Generated by umod; model author's documentation MISSING.boolean
set_textDecl(DTD.TextDecl val)
Generated by umod; model author's documentation MISSING.
-
-
-
Field Detail
-
locations
protected java.util.List<Location<XMLDocumentIdentifier>> locations
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "DTD.umod":22.3-25, see this pretty print.)
The type of this field isList
<Location
(maybe null)>(never null)
Its value defaults to an empty collection.
-
documentId
protected XMLDocumentIdentifier documentId
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "DTD.umod":23.3-58, see this pretty print.)
The type of this field isXMLDocumentIdentifier
(maybe null)
Its value defaults to null.
-
textDecl
protected DTD.TextDecl textDecl
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "DTD.umod":24.3-55, see this pretty print.)
The type of this field isDTD.TextDecl
(maybe null)
Its value defaults to null.
-
markup
protected CheckedList<DTD.MarkupDecl> markup
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "DTD.umod":25.3-55, see this pretty print.)
The type of this field isCheckedList
<DTD.MarkupDecl
(never null)>(never null)
Its value defaults to an empty collection.
-
entityUsage
protected CheckedMultimap_RD<java.lang.String,java.lang.String> entityUsage
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "DTD.umod":27.3-28, see this pretty print.)
The type of this field isCheckedMultimap_RD
<java.lang.String(never null),java.lang.String(never null)>(never null)
Its value defaults to an empty collection.
-
-
Constructor Detail
-
Dtd
public Dtd(XMLDocumentIdentifier documentId)
Constructor generated according to specification #1
Constructor defined according to directive "C 1/..".- Parameters:
documentId
- is copied to fielddocumentId
-
Dtd
public Dtd()
Synthetic minimal constructor provided by the umod compiler.
Constructor with minimal set of arguments, supplied automatically by the umod compiler, not explicitly by user.
(All object fields are set to their default values.)
-
-
Method Detail
-
doclone
public DTD.Dtd doclone()
Clones this object. Method never fails, sinceCloneable
is known to be implemented.- Returns:
- a fresh copy.
-
getFormatHint
public static java.lang.String getFormatHint()
Delivers the format specification from the umod source.
The constant return value is ..
'<!-- XML 1.1 DTD '|(documentId?);' -->'/(textDecl?)/markup[/]
This can be used e.g. by format code interpreters which process objects of different origin.
-
format
public Format format()
Delivers a format object for pretty-printing, as specified in the umod source.- Specified by:
format
in interfaceFormattable
-
initFrom
public DTD.Dtd initFrom(java.lang.Object o0)
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.
-
get_locations
public java.util.List<Location<XMLDocumentIdentifier>> get_locations()
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "DTD.umod":22.3-25, see this pretty print.)
Generated getter method. @see #locations- Returns:
- The current field value of type
List
<Location
(maybe null)>(never null)
-
set_locations
public boolean set_locations(java.util.List<Location<XMLDocumentIdentifier>> val)
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "DTD.umod":22.3-25, see this pretty print.)
Updates the (mutable) instance destructively.
-
descend_locations
@Deprecated public void descend_locations(DTD.MATCH_ONLY_00 visitor)
Deprecated.
-
get_documentId
public XMLDocumentIdentifier get_documentId()
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "DTD.umod":23.3-58, see this pretty print.)
Generated getter method. @see #documentId- Returns:
- The current field value of type
XMLDocumentIdentifier
(maybe null)
-
set_documentId
public boolean set_documentId(XMLDocumentIdentifier val)
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "DTD.umod":23.3-58, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeXMLDocumentIdentifier
(maybe null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
documentId
-
get_textDecl
public DTD.TextDecl get_textDecl()
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "DTD.umod":24.3-55, see this pretty print.)
Generated getter method. @see #textDecl- Returns:
- The current field value of type
DTD.TextDecl
(maybe null)
-
set_textDecl
public boolean set_textDecl(DTD.TextDecl val)
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "DTD.umod":24.3-55, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeDTD.TextDecl
(maybe null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
textDecl
-
get_markup
public CheckedList<DTD.MarkupDecl> get_markup()
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "DTD.umod":25.3-55, see this pretty print.)
Generated getter method. @see #markup- Returns:
- The current field value of type
CheckedList
<DTD.MarkupDecl
(never null)>(never null)
-
set_markup
public boolean set_markup(CheckedList<DTD.MarkupDecl> val)
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "DTD.umod":25.3-55, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeCheckedList
<DTD.MarkupDecl
(never null)>(never null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
markup
-
descend_markup
@Deprecated public void descend_markup(DTD.MATCH_ONLY_00 visitor)
Deprecated.
-
get_entityUsage
public CheckedMultimap_RD<java.lang.String,java.lang.String> get_entityUsage()
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "DTD.umod":27.3-28, see this pretty print.)
Generated getter method. @see #entityUsage- Returns:
- The current field value of type
CheckedMultimap_RD
<java.lang.String(never null),java.lang.String(never null)>(never null)
-
set_entityUsage
public boolean set_entityUsage(CheckedMultimap_RD<java.lang.String,java.lang.String> val)
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "DTD.umod":27.3-28, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeCheckedMultimap_RD
<java.lang.String(never null),java.lang.String(never null)>(never null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
entityUsage
-
get_locations
public static Pattern<DTD.Dtd> get_locations(Pattern<? super java.util.List<Location<XMLDocumentIdentifier>>> p)
Lifts a pattern which matches the field value to one which matches this whole object.
More complex pattern methods are generated in the one ancillary classDTD.__Patterns
.
-
get_documentId
public static Pattern<DTD.Dtd> get_documentId(Pattern<? super XMLDocumentIdentifier> p)
Lifts a pattern which matches the field value to one which matches this whole object.
More complex pattern methods are generated in the one ancillary classDTD.__Patterns
.
-
get_textDecl
public static Pattern<DTD.Dtd> get_textDecl(Pattern<? super DTD.TextDecl> p)
Lifts a pattern which matches the field value to one which matches this whole object.
More complex pattern methods are generated in the one ancillary classDTD.__Patterns
.
-
get_markup
public static Pattern<DTD.Dtd> get_markup(Pattern<? super CheckedList<DTD.MarkupDecl>> p)
Lifts a pattern which matches the field value to one which matches this whole object.
More complex pattern methods are generated in the one ancillary classDTD.__Patterns
.
-
get_entityUsage
public static Pattern<DTD.Dtd> get_entityUsage(Pattern<? super CheckedMultimap_RD<java.lang.String,java.lang.String>> p)
Lifts a pattern which matches the field value to one which matches this whole object.
More complex pattern methods are generated in the one ancillary classDTD.__Patterns
.
-
-