public class AnnotatedField extends AnnotatedContent implements Comparable<AnnotatedField>
Constructor and Description |
---|
AnnotatedField(String fieldName) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(AnnotatedField annotatedField) |
String |
getFieldName() |
void |
setFieldName(String name) |
String |
toString() |
getDeprecated, getDescription, getSince, setDeprecated, setDescription, setSince
public AnnotatedField(String fieldName)
public String getFieldName()
public void setFieldName(String name)
public int compareTo(AnnotatedField annotatedField)
compareTo
in interface Comparable<AnnotatedField>
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.