org.apache.openjpa.persistence.util
Class SourceCode.Argument<K,V>

java.lang.Object
  extended by org.apache.openjpa.persistence.util.SourceCode.Argument<K,V>
Enclosing class:
SourceCode

public class SourceCode.Argument<K,V>
extends Object

Represents method argument.


Constructor Summary
SourceCode.Argument(K key, V value, String connector)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SourceCode.Argument

SourceCode.Argument(K key,
                    V value,
                    String connector)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


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