Class CharsRegExp

All Implemented Interfaces:
Formattable, Serializable, Cloneable

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

  • Constructor Details

  • Method Details

    • doclone

      public CharsRegExp doclone()
      Clones this object. Method never fails, since Cloneable is known to be implemented.
      Overrides:
      doclone in class XRegExp
      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 XRegExp
      Returns:
      a format that represents this object in a pretty-printable way
    • initFrom

      public CharsRegExp 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 XRegExp
    • get_isDistributed

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

      public boolean set_isDistributed(boolean val)
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "D2d.umod":256.9-40, 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_storeAsData

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

      public boolean set_storeAsData(boolean val)
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "D2d.umod":257.9-40, 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_linearContentModel

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

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

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

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

      public static Pattern<CharsRegExp> get_isDistributed(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_storeAsData

      public static Pattern<CharsRegExp> get_storeAsData(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_linearContentModel

      public static Pattern<CharsRegExp> get_linearContentModel(Pattern<? super Expression> 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_dataContentModel

      public static Pattern<CharsRegExp> get_dataContentModel(Pattern<? super Expression> 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.