org.apache.maven.tools.plugin.annotations.datamodel
Class AnnotatedField

java.lang.Object
  extended by org.apache.maven.tools.plugin.annotations.datamodel.AnnotatedContent
      extended by org.apache.maven.tools.plugin.annotations.datamodel.AnnotatedField
All Implemented Interfaces:
Comparable<AnnotatedField>
Direct Known Subclasses:
ComponentAnnotationContent, ParameterAnnotationContent

public class AnnotatedField
extends AnnotatedContent
implements Comparable<AnnotatedField>

Since:
3.0
Author:
Olivier Lamy

Constructor Summary
AnnotatedField(String fieldName)
           
 
Method Summary
 int compareTo(AnnotatedField annotatedField)
           
 String getFieldName()
           
 void setFieldName(String name)
           
 String toString()
           
 
Methods inherited from class org.apache.maven.tools.plugin.annotations.datamodel.AnnotatedContent
getDeprecated, getDescription, getSince, setDeprecated, setDescription, setSince
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnnotatedField

public AnnotatedField(String fieldName)
Method Detail

getFieldName

public String getFieldName()

setFieldName

public void setFieldName(String name)

toString

public String toString()
Overrides:
toString in class Object

compareTo

public int compareTo(AnnotatedField annotatedField)
Specified by:
compareTo in interface Comparable<AnnotatedField>


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.