org.objectweb.fractal.fraclet.annotation.generator.template
Class ListFcTemplate

java.lang.Object
  extended by org.objectweb.fractal.fraclet.annotation.generator.template.ListFcTemplate
All Implemented Interfaces:
spoon.template.Template

public class ListFcTemplate
extends Object
implements spoon.template.Template

A template to manage the listFc method

Author:
Nicolas Pessemier

Constructor Summary
ListFcTemplate(String name, boolean collection)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListFcTemplate

public ListFcTemplate(String name,
                      boolean collection)
Parameters:
name - the name of the interface in the case of a singleton binding or the name of the field in the case of a collection binding
collection - true if the binding is a collection binding