org.apache.openejb.config
Class JPAPropertyConverter.Pair

java.lang.Object
  extended by org.apache.openejb.config.JPAPropertyConverter.Pair
Enclosing class:
JPAPropertyConverter

public static class JPAPropertyConverter.Pair
extends Object


Constructor Summary
JPAPropertyConverter.Pair(String key, String value)
           
 
Method Summary
 String getKey()
           
 String getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JPAPropertyConverter.Pair

public JPAPropertyConverter.Pair(String key,
                                 String value)
Method Detail

getKey

public String getKey()

getValue

public String getValue()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.