Class ElementValuePair
java.lang.Object
org.apache.tomcat.util.bcel.classfile.ElementValuePair
An annotation's element value pair.
- Since:
- 6.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns the element name as a string.final ElementValuegetValue()Returns the element value.
-
Method Details
-
getNameString
Returns the element name as a string.- Returns:
- the element name
-
getValue
Returns the element value.- Returns:
- the element value
-