net.sf.rej.java.attribute.annotations
Class EnumValue

java.lang.Object
  extended by net.sf.rej.java.attribute.annotations.EnumValue
All Implemented Interfaces:
ElementValue

public class EnumValue
extends java.lang.Object
implements ElementValue


Constructor Summary
EnumValue(int typeNameIndex, int constNameIndex, ConstantPool pool)
           
 
Method Summary
 java.lang.String getConstName()
           
 java.lang.String getTypeName()
           
 java.lang.String getValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnumValue

public EnumValue(int typeNameIndex,
                 int constNameIndex,
                 ConstantPool pool)
Method Detail

getValue

public java.lang.String getValue()
Specified by:
getValue in interface ElementValue

getTypeName

public java.lang.String getTypeName()

getConstName

public java.lang.String getConstName()