org.apache.jdo.impl.fostore
Interface FOStoreConnectionFactory.CFAccessor
- All Superinterfaces:
- org.apache.jdo.pm.Accessor
- Enclosing interface:
- FOStoreConnectionFactory
- static interface FOStoreConnectionFactory.CFAccessor
- extends org.apache.jdo.pm.Accessor
CFAccessor implementation instances allow copying values to/from a
FOStoreConnectionFactory
and a Properties. They do the proper type translation too.
Methods inherited from interface org.apache.jdo.pm.Accessor |
getDefault |
get
public java.lang.String get(FOStoreConnectionFactory focf)
- Returns:
- String form of a value in a FOStoreConnectionFactory.
getNonDefault
public java.lang.String getNonDefault(FOStoreConnectionFactory focf)
- Returns:
- String form of a value in a FOStoreConnectionFactory if
is not a default value.
set
public void set(FOStoreConnectionFactory focf,
java.lang.String s)
- Parameters:
s
- String form of a value in a FOStoreConnectionFactory.