public class JSetter
extends java.lang.Object
JAlternative
to hold the initialisation of a
constructor. Created along with its
JAlternative
's JImplicitFactory
, either
by the application compiled configuration or by the runtime
XMLImplicitFactoryDecoder
(if the application's XML
configuration has not been compiled, but is used as the XML
runtime configuration file instead).Modifier and Type | Field and Description |
---|---|
java.util.List |
args |
java.lang.String |
name |
Constructor and Description |
---|
JSetter(java.lang.String _name,
java.util.List _args)
creates a new JSetter of the given argument signature.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |