org.objectweb.fractal.fraclet.doclets
Interface AttributeTag

All Superinterfaces:
DocletTag, Serializable

public interface AttributeTag
extends DocletTag

Field annotation describing a Fractal attribute.

Version:
$Revision: 1.1 $
Author:
Romain Rouvoy
Annotation location:
field
Annotation unique.

Method Summary
 String getName_()
          Provides the name of the Fractal attribute.
 String getProperty()
          Provides the name of the property exported with the component.
 String getValue_()
          Provides the default value of the Fractal attribute.
 
Methods inherited from interface com.thoughtworks.qdox.model.DocletTag
getContext, getLineNumber, getName, getNamedParameter, getNamedParameterMap, getParameters, getValue
 

Method Detail

getName_

String getName_()
Provides the name of the Fractal attribute. The default name is the short name of the field.

Returns:
the identifier of the attribute.

getValue_

String getValue_()
Provides the default value of the Fractal attribute.

Returns:
the value of the attribute if no property is defined.

getProperty

String getProperty()
Provides the name of the property exported with the component.

Returns:
the name of the associated property when no value is defined.