org.progeeks.meta.xml
Class AnnotationObjectHandler.AnnotationMapping

java.lang.Object
  extended by org.progeeks.meta.xml.AnnotationObjectHandler.AnnotationMapping
Enclosing class:
AnnotationObjectHandler

public static class AnnotationObjectHandler.AnnotationMapping
extends java.lang.Object


Constructor Summary
AnnotationObjectHandler.AnnotationMapping(AnnotationType type)
           
 
Method Summary
 java.lang.Object getKey()
          Returns the optional key used when storing meta-class level annotations.
 AnnotationType getType()
          Returns the type of annotation this mapping represents.
 java.lang.Object getValue()
          Returns the value of this annotation.
 void setKey(java.lang.Object key)
          Sets the optional key used when storing meta-class level annotations.
 void setType(AnnotationType type)
          Sets the type of annotation this mapping represents.
 void setValue(java.lang.Object value)
          Sets the value of this annotation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationObjectHandler.AnnotationMapping

public AnnotationObjectHandler.AnnotationMapping(AnnotationType type)
Method Detail

setType

public void setType(AnnotationType type)
Sets the type of annotation this mapping represents.


getType

public AnnotationType getType()
Returns the type of annotation this mapping represents.


setKey

public void setKey(java.lang.Object key)
Sets the optional key used when storing meta-class level annotations.


getKey

public java.lang.Object getKey()
Returns the optional key used when storing meta-class level annotations.


setValue

public void setValue(java.lang.Object value)
Sets the value of this annotation.


getValue

public java.lang.Object getValue()
Returns the value of this annotation.



Copyright © 2002-2003 Paul Speed. All Rights Reserved.