Interface IBinaryElementValuePair
- All Known Implementing Classes:
ElementValuePairInfo
public interface IBinaryElementValuePair
This represents the class file information about a member value pair of an annotation.
-
Method Summary
Modifier and TypeMethodDescriptionchar[]getName()getValue()ReturnClassSignaturefor a ClassClass.
-
Method Details
-
getName
char[] getName()- Returns:
- the name of the member
-
getValue
Object getValue()ReturnClassSignaturefor a ClassClass. ReturnConstantfor compile-time constant of primitive type, as well as String literals. ReturnEnumConstantSignatureif value is an enum constant. ReturnIBinaryAnnotationfor annotation type. ReturnObject[] for array type.- Returns:
- the value of this member value pair
-