Class 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.Entry
    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 Detail

      • ObjectTypeFieldAssociation

        public ObjectTypeFieldAssociation()
      • ObjectTypeFieldAssociation

        public ObjectTypeFieldAssociation​(java.lang.String key,
                                          DatabaseTypeWrapper value)
    • Method Detail

      • getKey

        public java.lang.Object getKey()
        Specified by:
        getKey in interface java.util.Map.Entry
      • getValue

        public java.lang.Object getValue()
        Specified by:
        getValue in interface java.util.Map.Entry
      • setValue

        public java.lang.Object setValue​(java.lang.Object arg0)
        Specified by:
        setValue in interface java.util.Map.Entry