org.netbeans.modules.classfile/1 1.35

org.netbeans.modules.classfile
Class ClassElementValue

java.lang.Object
  extended by org.netbeans.modules.classfile.ElementValue
      extended by org.netbeans.modules.classfile.ClassElementValue

public final class ClassElementValue
extends ElementValue

ClassElementValue: the value part of a single element for those annotations that are a class type.


Method Summary
 ClassName getClassName()
          Returns the value of this component, as a class constant pool entry.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getClassName

public final ClassName getClassName()
Returns the value of this component, as a class constant pool entry.


toString

public String toString()
Overrides:
toString in class Object

org.netbeans.modules.classfile/1 1.35

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.