Class EnvelopeModifier.SetSelection

java.lang.Object
eu.bandm.sig.adlib2.lib.EnvelopeModifier.Expr
eu.bandm.sig.adlib2.lib.EnvelopeModifier.SetSelection
All Implemented Interfaces:
Formattable, Cloneable
Enclosing class:
EnvelopeModifier

public static class EnvelopeModifier.SetSelection extends EnvelopeModifier.Expr
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "EnvelopeModifier.umod":94.1-100.9, see this pretty print.)
  • Field Details

    • target

      protected String target
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "EnvelopeModifier.umod":95.9-49, see this pretty print.)
      The type of this field is java.lang.String(never null)
      It is set by every possible constructor.
      See Also:
    • usage

      protected String usage
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "EnvelopeModifier.umod":96.9-49, see this pretty print.)
      The type of this field is java.lang.String(never null)
      It is set by every possible constructor.
      See Also:
    • targetIndex

      protected int targetIndex
      A cache determined by the value of field "target", into targetNames.
      (This definition has been created by UMod from the source at SYSTEM "EnvelopeModifier.umod":97.9-98.9, see this pretty print.)
      The type of this field is int(never null)
      Its value defaults to 0 .
      See Also:
    • usageIndex

      protected int usageIndex
      A cache determined by the value of field "usage", into usageNames.
      (This definition has been created by UMod from the source at SYSTEM "EnvelopeModifier.umod":99.9-100.9, see this pretty print.)
      The type of this field is int(never null)
      Its value defaults to 0 .
      See Also:
  • Constructor Details

    • SetSelection

      public SetSelection(String target, String usage)
      Constructor generated according to specification #0
      Constructor defined according to directive "C 0/..".
      Parameters:
      target - is copied to field target
      usage - is copied to field usage
  • Method Details

    • doclone

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

      public EnvelopeModifier.SetSelection 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 EnvelopeModifier.Expr
    • get_target

      public String get_target()
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "EnvelopeModifier.umod":95.9-49, see this pretty print.)
      Generated getter method. @see #target
      Returns:
      The current field value of type java.lang.String(never null)
    • set_target

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

      public String get_usage()
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "EnvelopeModifier.umod":96.9-49, see this pretty print.)
      Generated getter method. @see #usage
      Returns:
      The current field value of type java.lang.String(never null)
    • set_usage

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

      public int get_targetIndex()
      A cache determined by the value of field "target", into targetNames.
      (This definition has been created by UMod from the source at SYSTEM "EnvelopeModifier.umod":97.9-98.9, see this pretty print.)
      Generated getter method. @see #targetIndex
      Returns:
      The current field value of type int(never null)
    • set_targetIndex

      public boolean set_targetIndex(int val)
      A cache determined by the value of field "target", into targetNames.
      (This definition has been created by UMod from the source at SYSTEM "EnvelopeModifier.umod":97.9-98.9, see this pretty print.)
      Updates the (mutable) instance destructively.
      Parameters:
      val - the new value of type int(never null)
      Returns:
      whether a change (w.r.t. ==) did actually happen.
      See Also:
    • get_usageIndex

      public int get_usageIndex()
      A cache determined by the value of field "usage", into usageNames.
      (This definition has been created by UMod from the source at SYSTEM "EnvelopeModifier.umod":99.9-100.9, see this pretty print.)
      Generated getter method. @see #usageIndex
      Returns:
      The current field value of type int(never null)
    • set_usageIndex

      public boolean set_usageIndex(int val)
      A cache determined by the value of field "usage", into usageNames.
      (This definition has been created by UMod from the source at SYSTEM "EnvelopeModifier.umod":99.9-100.9, see this pretty print.)
      Updates the (mutable) instance destructively.
      Parameters:
      val - the new value of type int(never null)
      Returns:
      whether a change (w.r.t. ==) did actually happen.
      See Also: