Package eu.bandm.sig.adlib2.lib
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
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.)
(This definition has been created by UMod from the source at SYSTEM "EnvelopeModifier.umod":94.1-100.9, see this pretty print.)
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
Generated by umod; model author's documentation MISSING.protected int
A cache determined by the value of field "target", into targetNames.protected String
Generated by umod; model author's documentation MISSING.protected int
A cache determined by the value of field "usage", into usageNames.Fields inherited from class eu.bandm.sig.adlib2.lib.EnvelopeModifier.Expr
succ
-
Constructor Summary
ConstructorDescriptionSetSelection
(String target, String usage) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
Method Summary
Modifier and TypeMethodDescriptiondoclone()
Clones this object.format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.Generated by umod; model author's documentation MISSING.int
A cache determined by the value of field "target", into targetNames.Generated by umod; model author's documentation MISSING.int
A cache determined by the value of field "usage", into usageNames.Copies values of all common fields from the argument.boolean
set_target
(String val) Generated by umod; model author's documentation MISSING.boolean
set_targetIndex
(int val) A cache determined by the value of field "target", into targetNames.boolean
Generated by umod; model author's documentation MISSING.boolean
set_usageIndex
(int val) A cache determined by the value of field "usage", into usageNames.Methods inherited from class eu.bandm.sig.adlib2.lib.EnvelopeModifier.Expr
and, get_succ, set_succ
-
Field Details
-
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
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 targetIndexA 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 to0
.- See Also:
-
usageIndex
protected int usageIndexA 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 to0
.- See Also:
-
-
Constructor Details
-
Method Details
-
doclone
Clones this object. Method never fails, sinceCloneable
is known to be implemented.- Overrides:
doclone
in classEnvelopeModifier.Expr
- Returns:
- a fresh copy.
-
format
Delivers a format object for pretty-printing by inheritance from some ancestor class.- Specified by:
format
in interfaceFormattable
- Overrides:
format
in classEnvelopeModifier.Expr
- Returns:
- a format that represents this object in a pretty-printable way
-
initFrom
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 classEnvelopeModifier.Expr
-
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
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
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
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:
-