Class ElementValuePair
- java.lang.Object
-
- org.apache.tomcat.util.bcel.classfile.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()
ElementValue
getValue()
-
-
-
Method Detail
-
getNameString
public java.lang.String getNameString()
-
getValue
public final ElementValue getValue()
-
-