org.apache.openjpa.persistence
Class AnnotationBuilder.AnnotationEntry

java.lang.Object
  extended by org.apache.openjpa.persistence.AnnotationBuilder.AnnotationEntry
Enclosing class:
AnnotationBuilder

 class AnnotationBuilder.AnnotationEntry
extends Object


Field Summary
(package private)  String key
           
(package private)  Object value
           
 
Constructor Summary
AnnotationBuilder.AnnotationEntry(String key, Object value)
           
 
Method Summary
(package private)  void toString(StringBuilder sb)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

String key

value

Object value
Constructor Detail

AnnotationBuilder.AnnotationEntry

AnnotationBuilder.AnnotationEntry(String key,
                                  Object value)
Method Detail

toString

void toString(StringBuilder sb)


Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.