org.objectweb.fractal.fraclet.doclets
Interface FractalBcTag

All Superinterfaces:
DocletTag, FractalInterface, Serializable

public interface FractalBcTag
extends FractalInterface

Field annotation describing a Fractal client interface.

Version:
$Revision: 1.3 $
Author:
Romain Rouvoy
Annotation location:
field

Method Summary
 String getCardinality()
          Provides the cardinality of the Fractal interface (default is singleton).
 String getContingency()
          Provides the contingency of the Fractal interface (default is mandatory).
 
Methods inherited from interface org.objectweb.fractal.fraclet.doclets.FractalInterface
getName_, getSignature
 
Methods inherited from interface com.thoughtworks.qdox.model.DocletTag
getContext, getLineNumber, getName, getNamedParameter, getNamedParameterMap, getParameters, getValue
 

Method Detail

getContingency

public String getContingency()
Provides the contingency of the Fractal interface (default is mandatory).

Returns:
the contingency of the interface.
Annotation argument default value:
mandatory

getCardinality

public String getCardinality()
Provides the cardinality of the Fractal interface (default is singleton).

Returns:
the cardinality of the interface.
Annotation argument default value:
singleton