Class Definition

java.lang.Object
eu.bandm.tools.d2d2.model.SourceItem
eu.bandm.tools.d2d2.model.Definition
All Implemented Interfaces:
Formattable, Serializable, Cloneable
Direct Known Subclasses:
Enumeration, XRegExp

public class Definition extends SourceItem
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":236.3-246.29, see this pretty print.)
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • doclone

      public Definition doclone()
      Clones this object. Method never fails, since Cloneable is known to be implemented.
      Overrides:
      doclone in class SourceItem
      Returns:
      a fresh copy.
    • format

      public Format format()
      Delivers a format object for pretty-printing by inheritance from some ancestor class.
      Specified by:
      format in interface Formattable
      Overrides:
      format in class SourceItem
      Returns:
      a format that represents this object in a pretty-printable way
    • initFrom

      public Definition 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.
      Overrides:
      initFrom in class SourceItem
    • get_isgeneric

      public boolean get_isgeneric()
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "D2d.umod":237.9-32, see this pretty print.)
      Generated getter method. @see #isgeneric
      Returns:
      The current field value of type boolean(never null)
    • set_isgeneric

      public boolean set_isgeneric(boolean val)
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "D2d.umod":237.9-32, see this pretty print.)
      Updates the (mutable) instance destructively.
      Parameters:
      val - the new value of type boolean(never null)
      Returns:
      whether a change (w.r.t. ==) did actually happen.
      See Also:
    • get_ispublic

      public boolean get_ispublic()
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "D2d.umod":238.9-32, see this pretty print.)
      Generated getter method. @see #ispublic
      Returns:
      The current field value of type boolean(never null)
    • set_ispublic

      public boolean set_ispublic(boolean val)
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "D2d.umod":238.9-32, see this pretty print.)
      Updates the (mutable) instance destructively.
      Parameters:
      val - the new value of type boolean(never null)
      Returns:
      whether a change (w.r.t. ==) did actually happen.
      See Also:
    • get_definedAsLocal

      public boolean get_definedAsLocal()
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "D2d.umod":239.9-32, see this pretty print.)
      Generated getter method. @see #definedAsLocal
      Returns:
      The current field value of type boolean(never null)
    • set_definedAsLocal

      public boolean set_definedAsLocal(boolean val)
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "D2d.umod":239.9-32, see this pretty print.)
      Updates the (mutable) instance destructively.
      Parameters:
      val - the new value of type boolean(never null)
      Returns:
      whether a change (w.r.t. ==) did actually happen.
      See Also:
    • get_postproc

      public String get_postproc()
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "D2d.umod":240.9-29, see this pretty print.)
      Generated getter method. @see #postproc
      Returns:
      The current field value of type java.lang.String(maybe null)
    • set_postproc

      public boolean set_postproc(String val)
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "D2d.umod":240.9-29, see this pretty print.)
      Updates the (mutable) instance destructively.
      Parameters:
      val - the new value of type java.lang.String(maybe null)
      Returns:
      whether a change (w.r.t. ==) did actually happen.
      See Also:
    • get_xml_kind

      public XmlKind get_xml_kind()
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "D2d.umod":241.9-35, see this pretty print.)
      Generated getter method. @see #xml_kind
      Returns:
      The current field value of type XmlKind(never null)
    • set_xml_kind

      public boolean set_xml_kind(XmlKind val)
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "D2d.umod":241.9-35, see this pretty print.)
      Updates the (mutable) instance destructively.
      Parameters:
      val - the new value of type XmlKind(never null)
      Returns:
      whether a change (w.r.t. ==) did actually happen.
      See Also:
    • get_xml_src_tag

      public String get_xml_src_tag()
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "D2d.umod":242.9-29, see this pretty print.)
      Generated getter method. @see #xml_src_tag
      Returns:
      The current field value of type java.lang.String(maybe null)
    • set_xml_src_tag

      public boolean set_xml_src_tag(String val)
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "D2d.umod":242.9-29, see this pretty print.)
      Updates the (mutable) instance destructively.
      Parameters:
      val - the new value of type java.lang.String(maybe null)
      Returns:
      whether a change (w.r.t. ==) did actually happen.
      See Also:
    • get_xml_tag

      public NamespaceName get_xml_tag()
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "D2d.umod":243.9-29, see this pretty print.)
      Generated getter method. @see #xml_tag
      Returns:
      The current field value of type NamespaceName(maybe null)
    • set_xml_tag

      public boolean set_xml_tag(NamespaceName val)
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "D2d.umod":243.9-29, see this pretty print.)
      Updates the (mutable) instance destructively.
      Parameters:
      val - the new value of type NamespaceName(maybe null)
      Returns:
      whether a change (w.r.t. ==) did actually happen.
      See Also:
    • get_xml_value

      public String get_xml_value()
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "D2d.umod":244.9-29, see this pretty print.)
      Generated getter method. @see #xml_value
      Returns:
      The current field value of type java.lang.String(maybe null)
    • set_xml_value

      public boolean set_xml_value(String val)
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "D2d.umod":244.9-29, see this pretty print.)
      Updates the (mutable) instance destructively.
      Parameters:
      val - the new value of type java.lang.String(maybe null)
      Returns:
      whether a change (w.r.t. ==) did actually happen.
      See Also:
    • get_xml_trimmed

      public boolean get_xml_trimmed()
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "D2d.umod":245.9-32, see this pretty print.)
      Generated getter method. @see #xml_trimmed
      Returns:
      The current field value of type boolean(never null)
    • set_xml_trimmed

      public boolean set_xml_trimmed(boolean val)
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "D2d.umod":245.9-32, see this pretty print.)
      Updates the (mutable) instance destructively.
      Parameters:
      val - the new value of type boolean(never null)
      Returns:
      whether a change (w.r.t. ==) did actually happen.
      See Also:
    • get_editpragmas

      public String get_editpragmas()
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "D2d.umod":246.9-29, see this pretty print.)
      Generated getter method. @see #editpragmas
      Returns:
      The current field value of type java.lang.String(maybe null)
    • set_editpragmas

      public boolean set_editpragmas(String val)
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "D2d.umod":246.9-29, see this pretty print.)
      Updates the (mutable) instance destructively.
      Parameters:
      val - the new value of type java.lang.String(maybe null)
      Returns:
      whether a change (w.r.t. ==) did actually happen.
      See Also:
    • get_isgeneric

      public static Pattern<Definition> get_isgeneric(Pattern<? super Boolean> 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 __Patterns.
    • get_ispublic

      public static Pattern<Definition> get_ispublic(Pattern<? super Boolean> 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 __Patterns.
    • get_definedAsLocal

      public static Pattern<Definition> get_definedAsLocal(Pattern<? super Boolean> 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 __Patterns.
    • get_postproc

      public static Pattern<Definition> get_postproc(Pattern<? super 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 __Patterns.
    • get_xml_kind

      public static Pattern<Definition> get_xml_kind(Pattern<? super XmlKind> 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 __Patterns.
    • get_xml_src_tag

      public static Pattern<Definition> get_xml_src_tag(Pattern<? super 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 __Patterns.
    • get_xml_tag

      public static Pattern<Definition> get_xml_tag(Pattern<? super NamespaceName> 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 __Patterns.
    • get_xml_value

      public static Pattern<Definition> get_xml_value(Pattern<? super 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 __Patterns.
    • get_xml_trimmed

      public static Pattern<Definition> get_xml_trimmed(Pattern<? super Boolean> 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 __Patterns.
    • get_editpragmas

      public static Pattern<Definition> get_editpragmas(Pattern<? super 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 __Patterns.