Class ElementValuePair
- java.lang.Object
-
- org.apache.tomcat.util.bcel.classfile.ElementValuePair
-
public class ElementValuePair extends java.lang.ObjectAn annotation's element value pair.- Since:
- 6.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetNameString()Returns the element name as a string.ElementValuegetValue()Returns the element value.
-
-
-
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
-
-