Class DTD.Dtd

java.lang.Object
eu.bandm.tools.dtd.DTD.Dtd
All Implemented Interfaces:
Formattable, Cloneable
Enclosing class:
DTD

public static class DTD.Dtd extends Object implements 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 Details

  • Constructor Details

    • Dtd

      public Dtd(XMLDocumentIdentifier documentId)
      Constructor generated according to specification #1
      Constructor defined according to directive "C 1/..".
      Parameters:
      documentId - is copied to field documentId
    • 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 Details

    • doclone

      public DTD.Dtd doclone()
      Clones this object. Method never fails, since Cloneable is known to be implemented.
      Returns:
      a fresh copy.
    • getFormatHint

      public static 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 interface Formattable
      Returns:
      a format that represents this object in a pretty-printable way
    • initFrom

      public DTD.Dtd initFrom(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 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(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.
      Parameters:
      val - the new value of type List<Location(maybe null)>(never null)
      Returns:
      whether a change (w.r.t. ==) did actually happen.
      See Also:
    • 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 type XMLDocumentIdentifier(maybe null)
      Returns:
      whether a change (w.r.t. ==) did actually happen.
      See Also:
    • 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 type DTD.TextDecl(maybe null)
      Returns:
      whether a change (w.r.t. ==) did actually happen.
      See Also:
    • 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 type CheckedList<DTD.MarkupDecl(never null)>(never null)
      Returns:
      whether a change (w.r.t. ==) did actually happen.
      See Also:
    • descend_markup

      @Deprecated public void descend_markup(DTD.MATCH_ONLY_00 visitor)
      Deprecated.
    • get_entityUsage

      public CheckedMultimap_RD<String,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<String,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 type CheckedMultimap_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:
    • get_locations

      public static Pattern<DTD.Dtd> get_locations(Pattern<? super 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 class DTD.__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 class DTD.__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 class DTD.__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 class DTD.__Patterns.
    • get_entityUsage

      public static Pattern<DTD.Dtd> get_entityUsage(Pattern<? super CheckedMultimap_RD<String,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 class DTD.__Patterns.