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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetNameString()ElementValuegetValue()
 
- 
- 
- 
Method Detail- 
getNameStringpublic java.lang.String getNameString() 
 - 
getValuepublic final ElementValue getValue() 
 
- 
 
-