org.objectweb.fractal.adl

Interface Definition

Known Subinterfaces:
ArgumentDefinition, ComponentDefinition

public interface Definition

An ADL definition.

Method Summary

String
getName()
Returns the name of this definition.
void
setName(String name)
Sets the name of this definition.

Method Details

getName

public String getName()
Returns the name of this definition.

Returns:
the name of this definition.


setName

public void setName(String name)
Sets the name of this definition.

Parameters:
name - the new name of this definition.