org.apache.felix.scrplugin.tags
Interface JavaField

All Known Implementing Classes:
AnnotationJavaField, ClassLoaderJavaField, QDoxJavaField

public interface JavaField

JavaField.java...


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.
 

Method Detail

getName

String getName()
The name of the field.


getType

String getType()
The type of the field.


getTagByName

JavaTag getTagByName(String name)
Return the given tag.

Parameters:
name - The tag name.
Returns:
The tag or null.

getInitializationExpression

String[] getInitializationExpression()
Return the initial value if this is a static constant. If this field is not an array, an array of length 1 is returned with the value. If this field is an array, the array of values is returned.

Returns:
The initial value of the field.


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.