|
Eclipse JDT Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Description of an annotation component value as described in the JVM specifications (added in J2SE 1.5). This interface may be implemented by clients.
Method Summary | |
IAnnotationComponentValue[] |
getAnnotationComponentValues()
Answer back the annotation component values as described in the JVM specifications. |
IAnnotation |
getAttributeValue()
Answer back the attribute value as described in the JVM specifications. |
IConstantPoolEntry |
getClassInfo()
Answer back the class info as described in the JVM specifications. |
int |
getClassInfoIndex()
Answer back the class info index as described in the JVM specifications. |
IConstantPoolEntry |
getConstantValue()
Answer back the constant value as described in the JVM specifications. |
int |
getConstantValueIndex()
Answer back the constant value index as described in the JVM specifications. |
IConstantPoolEntry |
getEnumConstant()
Answer back the enum constant as described in the JVM specifications. |
int |
getEnumConstantIndex()
Answer back the enum constant index as described in the JVM specifications. |
int |
getTag()
Answer back the tag as described in the JVM specifications. |
int |
getValuesNumber()
Answer back the number of values as described in the JVM specifications. |
Method Detail |
public IAnnotationComponentValue[] getAnnotationComponentValues()
public IAnnotation getAttributeValue()
public IConstantPoolEntry getClassInfo()
public int getClassInfoIndex()
public IConstantPoolEntry getConstantValue()
public int getConstantValueIndex()
public IConstantPoolEntry getEnumConstant()
public int getEnumConstantIndex()
public int getTag()
public int getValuesNumber()
|
Eclipse JDT Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |