org.apache.felix.scrplugin.tags
Interface JavaField

All Known Implementing Classes:
ClassLoaderJavaField, QDoxJavaField

public interface JavaField

JavaField.java...


Method Summary
 java.lang.String[] getInitializationExpression()
          Return the initial value if this is a static constant.
 java.lang.String getName()
          The name of the field.
 JavaTag getTagByName(java.lang.String name)
          Return the given tag.
 java.lang.String getType()
          The type of the field.
 

Method Detail

getName

java.lang.String getName()
The name of the field.


getType

java.lang.String getType()
The type of the field.


getTagByName

JavaTag getTagByName(java.lang.String name)
Return the given tag.

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

getInitializationExpression

java.lang.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 © 2006-2011 Apache Software Foundation. All Rights Reserved.