org.objectweb.jonathan.libs.kernel.decoders

Class 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).

Field Summary

List
args
String
name

Constructor Summary

JSetter(String _name, List _args)
creates a new JSetter of the given argument signature.

Method Summary

String
toString()

Field Details

args

public List args


name

public String name

Constructor Details

JSetter

public JSetter(String _name,
               List _args)
creates a new JSetter of the given argument signature.

Method Details

toString

public String toString()