|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the super interface for named JavaModel elements having a declaring class such as JavaField, JavaMethod, etc.
Method Summary | |
JavaType |
getComponentType()
Returns the JavaType representation of the component type of the type of the member, if the field type is an array or collection. |
JavaType |
getDeclaringClass()
Returns the JavaType instance representing the class or interface that declares the member represented by this JavaMember instance. |
int |
getModifiers()
Returns the Java language modifiers for the field represented by this JavaMember, as an integer. |
java.lang.String |
getName()
Returns the name of the member. |
JavaType |
getType()
Returns the JavaType representation of the type of the member. |
Methods inherited from interface org.apache.jdo.model.java.JavaElement |
getUnderlyingObject |
Method Detail |
public java.lang.String getName()
public JavaType getDeclaringClass()
public int getModifiers()
Modifier
public JavaType getType()
public JavaType getComponentType()
null
, if the member type is not an array
or collection.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |