Class ObjectPersistenceRuntimeXMLProject_11_1_1.ObjectTypeFieldAssociation
- java.lang.Object
-
- org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1.ObjectTypeFieldAssociation
-
- All Implemented Interfaces:
java.util.Map.Entry
- Enclosing class:
- ObjectPersistenceRuntimeXMLProject_11_1_1
public class ObjectPersistenceRuntimeXMLProject_11_1_1.ObjectTypeFieldAssociation extends java.lang.Object implements java.util.Map.EntryInner 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(java.lang.String key, DatabaseTypeWrapper value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetKey()java.lang.ObjectgetValue()java.lang.ObjectsetValue(java.lang.Object arg0)
-
-
-
Constructor Detail
-
ObjectTypeFieldAssociation
public ObjectTypeFieldAssociation()
-
ObjectTypeFieldAssociation
public ObjectTypeFieldAssociation(java.lang.String key, DatabaseTypeWrapper value)
-
-
Method Detail
-
getKey
public java.lang.Object getKey()
- Specified by:
getKeyin interfacejava.util.Map.Entry
-
getValue
public java.lang.Object getValue()
- Specified by:
getValuein interfacejava.util.Map.Entry
-
setValue
public java.lang.Object setValue(java.lang.Object arg0)
- Specified by:
setValuein interfacejava.util.Map.Entry
-
-