Class ElementValuePair

java.lang.Object
org.apache.tomcat.util.bcel.classfile.ElementValuePair

public class ElementValuePair extends Object
An annotation's element value pair.
Since:
6.0
  • Method Details

    • getNameString

      public String getNameString()
      Returns the element name as a string.
      Returns:
      the element name
    • getValue

      public final ElementValue getValue()
      Returns the element value.
      Returns:
      the element value