|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.scrplugin.tags.annotation.AnnotationJavaField
public class AnnotationJavaField
Description of a java field
Field Summary | |
---|---|
protected AnnotationJavaClassDescription |
description
|
protected com.thoughtworks.qdox.model.JavaField |
field
|
Constructor Summary | |
---|---|
AnnotationJavaField(com.thoughtworks.qdox.model.JavaField field,
AnnotationJavaClassDescription description)
|
Method Summary | |
---|---|
String[] |
getInitializationExpression()
Return the initial value if this is a static constant. |
String |
getName()
The name of the field. |
JavaTag |
getTagByName(String name)
Return the given tag. |
String |
getType()
The type of the field. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final com.thoughtworks.qdox.model.JavaField field
protected final AnnotationJavaClassDescription description
Constructor Detail |
---|
public AnnotationJavaField(com.thoughtworks.qdox.model.JavaField field, AnnotationJavaClassDescription description)
field
- Fielddescription
- descriptionMethod Detail |
---|
public String[] getInitializationExpression()
JavaField
getInitializationExpression
in interface JavaField
JavaField.getInitializationExpression()
public String getName()
JavaField
getName
in interface JavaField
JavaField.getName()
public JavaTag getTagByName(String name)
JavaField
getTagByName
in interface JavaField
name
- The tag name.
JavaField.getTagByName(String)
public String getType()
JavaField
getType
in interface JavaField
JavaField.getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |