Module org.eclipse.persistence.core
Class ObjectPersistenceRuntimeXMLProject_11_1_1.ObjectTypeFieldAssociation
- java.lang.Object
-
- org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1.ObjectTypeFieldAssociation
-
- All Implemented Interfaces:
Map.Entry<String,DatabaseTypeWrapper>
- Enclosing class:
- ObjectPersistenceRuntimeXMLProject_11_1_1
public static class ObjectPersistenceRuntimeXMLProject_11_1_1.ObjectTypeFieldAssociation extends Object implements Map.Entry<String,DatabaseTypeWrapper>
Inner class used to map Map containers where the key is String and the value is a DatabaseType. The value must be wrapped/unwrapped using the wrap/unwrap type methods on the outer class.
-
-
Constructor Summary
Constructors Constructor Description ObjectTypeFieldAssociation()ObjectTypeFieldAssociation(String key, DatabaseTypeWrapper value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()DatabaseTypeWrappergetValue()DatabaseTypeWrappersetValue(DatabaseTypeWrapper arg0)
-
-
-
Constructor Detail
-
ObjectTypeFieldAssociation
public ObjectTypeFieldAssociation()
-
ObjectTypeFieldAssociation
public ObjectTypeFieldAssociation(String key, DatabaseTypeWrapper value)
-
-
Method Detail
-
getKey
public String getKey()
- Specified by:
getKeyin interfaceMap.Entry<String,DatabaseTypeWrapper>
-
getValue
public DatabaseTypeWrapper getValue()
- Specified by:
getValuein interfaceMap.Entry<String,DatabaseTypeWrapper>
-
setValue
public DatabaseTypeWrapper setValue(DatabaseTypeWrapper arg0)
- Specified by:
setValuein interfaceMap.Entry<String,DatabaseTypeWrapper>
-
-