org.objectweb.fractal.api.control
Interface NameController


public interface NameController

A component interface to control the name of the component to which it belongs.


Method Summary
 String getFcName()
          Returns the name of the component to which this interface belongs.
 void setFcName(String name)
          Sets the name of the component to which this interface belongs.
 

Method Detail

getFcName

public String getFcName()
Returns the name of the component to which this interface belongs.

Returns:
the name of the component to which this interface belongs.
See Also:
setFcName(java.lang.String)

setFcName

public void setFcName(String name)
Sets the name of the component to which this interface belongs.

Parameters:
name - a component name.
See Also:
getFcName()