Apache Tomcat 7.0.22

org.apache.tomcat.util.bcel.classfile
Class ElementValuePair

java.lang.Object
  extended by org.apache.tomcat.util.bcel.classfile.ElementValuePair

public class ElementValuePair
extends java.lang.Object

an annotation's element value pair

Since:
5.3
Version:
$Id: ElementValuePair
Author:
D. Brosius

Constructor Summary
ElementValuePair(int elementNameIndex, ElementValue elementValue, ConstantPool constantPool)
           
 
Method Summary
protected  void dump(java.io.DataOutputStream dos)
           
 java.lang.String getNameString()
           
 ElementValue getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementValuePair

public ElementValuePair(int elementNameIndex,
                        ElementValue elementValue,
                        ConstantPool constantPool)
Method Detail

getNameString

public java.lang.String getNameString()

getValue

public final ElementValue getValue()

dump

protected void dump(java.io.DataOutputStream dos)
             throws java.io.IOException
Throws:
java.io.IOException

Apache Tomcat 7.0.22

Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.