Class ElementValuePair


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getNameString()
      Returns the element name as a string.
      ElementValue getValue()
      Returns the element value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getNameString

        public java.lang.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