Schnittstelle IBinaryElementValuePair
- Alle bekannten Implementierungsklassen:
ElementValuePairInfo
public interface IBinaryElementValuePair
This represents the class file information about a member value pair of an annotation.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungchar[]getName()getValue()ReturnClassSignaturefor a ClassClass.
-
Methodendetails
-
getName
char[] getName()- Gibt zurück:
- 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.- Gibt zurück:
- the value of this member value pair
-