Schnittstelle IBinaryElementValuePair

Alle bekannten Implementierungsklassen:
ElementValuePairInfo

public interface IBinaryElementValuePair
This represents the class file information about a member value pair of an annotation.
  • Methodendetails

    • getName

      char[] getName()
      Gibt zurück:
      the name of the member
    • getValue

      Object getValue()
      Return ClassSignature for a Class Class. Return Constant for compile-time constant of primitive type, as well as String literals. Return EnumConstantSignature if value is an enum constant. Return IBinaryAnnotation for annotation type. Return Object[] for array type.
      Gibt zurück:
      the value of this member value pair