org.objectweb.jonathan.libs.kernel.decoders
Class JSetter
java.lang.Object
org.objectweb.jonathan.libs.kernel.decoders.JSetter
public class JSetter
extends java.lang.Object
Represents a setter on a factory.
Used by
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).
JSetter(String _name, List _args) - creates a new JSetter of the given argument signature.
|
JSetter
public JSetter(String _name,
List _args)
creates a new JSetter of the given argument signature.
toString
public String toString()