org.objectweb.fractal.aokell.glue.template
Class NameControllerTemplate

java.lang.Object
  extended by org.objectweb.fractal.aokell.glue.template.NameControllerTemplate
All Implemented Interfaces:
NameController, spoon.template.Template

public class NameControllerTemplate
extends Object
implements spoon.template.Template, NameController

This template defines the elements which are introduced in all classes which are processed by NameControllerProcessor.

Author:
Lionel Seinturier

Constructor Summary
NameControllerTemplate()
           
 
Method Summary
 String getFcName()
           
 void setFcName(String arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NameControllerTemplate

public NameControllerTemplate()
Method Detail

getFcName

public String getFcName()
Specified by:
getFcName in interface NameController

setFcName

public void setFcName(String arg0)
Specified by:
setFcName in interface NameController