org.apache.openjpa.persistence.util
Class SourceCode.Annotation
java.lang.Object
   org.apache.openjpa.persistence.util.SourceCode.Annotation
org.apache.openjpa.persistence.util.SourceCode.Annotation
- Enclosing class:
- SourceCode
- public class SourceCode.Annotation 
- extends Object
Represents annotation.
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SourceCode.Annotation
SourceCode.Annotation(String n)
addArgument
public SourceCode.Annotation addArgument(String key,
                                         String v,
                                         boolean quote)
- 
 
addArgument
public SourceCode.Annotation addArgument(String key,
                                         String v)
- 
 
addArgument
public SourceCode.Annotation addArgument(String key,
                                         String[] vs)
- 
 
addArgument
public <K,V> SourceCode.Annotation addArgument(SourceCode.Argument<K,V> arg)
- 
 
write
public void write(PrintWriter out,
                  int tab)
- 
 
quote
String quote(String s)
- 
 
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.