alt.jiapi.file.attribute
Class AnnotationBase.Element

java.lang.Object
  extended by alt.jiapi.file.attribute.AnnotationBase.Element
Enclosing class:
AnnotationBase

public class AnnotationBase.Element
extends java.lang.Object

This class holds annotation element name value pairs.

Author:
mika

Field Summary
 short name_index
           
 AnnotationBase.Value value
           
 
Constructor Summary
AnnotationBase.Element(short name, AnnotationBase.Value value)
           
 
Method Summary
 java.lang.String getName()
           
 AnnotationBase.Value getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name_index

public short name_index

value

public AnnotationBase.Value value
Constructor Detail

AnnotationBase.Element

public AnnotationBase.Element(short name,
                              AnnotationBase.Value value)
Method Detail

getName

public java.lang.String getName()

getValue

public AnnotationBase.Value getValue()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2001. Documenation generated August 26 2011.