org.apache.tomcat.util.bcel.classfile
Class ElementValuePair
java.lang.Object
org.apache.tomcat.util.bcel.classfile.ElementValuePair
public class ElementValuePair
- extends Object
an annotation's element value pair
- Since:
- 5.3
- Version:
- $Id: ElementValuePair
- Author:
- D. Brosius
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ElementValuePair
public ElementValuePair(int elementNameIndex,
ElementValue elementValue,
ConstantPool constantPool)
getNameString
public String getNameString()
getValue
public final ElementValue getValue()
dump
protected void dump(DataOutputStream dos)
throws IOException
- Throws:
IOException
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.