com.jxml.quick.ocm
Class OCMpeerFactoryEntry

java.lang.Object
  |
  +--com.jxml.quick.qmap.QKeyedBase
        |
        +--com.jxml.quick.ocm.OCMpeerFactoryEntry
All Implemented Interfaces:
QKeyed

public class OCMpeerFactoryEntry
extends QKeyedBase

Maps data model classes to peer classes.


Field Summary
 HashMap params
           
 String peerClass
           
 
Fields inherited from class com.jxml.quick.qmap.QKeyedBase
key
 
Constructor Summary
OCMpeerFactoryEntry()
           
 
Method Summary
 OCMpeer createPeer(Object dataModel, OCMcontext context, OCMpeer parent)
          Return a peer object.
 
Methods inherited from class com.jxml.quick.qmap.QKeyedBase
attach, key
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

params

public HashMap params

peerClass

public String peerClass
Constructor Detail

OCMpeerFactoryEntry

public OCMpeerFactoryEntry()
Method Detail

createPeer

public OCMpeer createPeer(Object dataModel,
                          OCMcontext context,
                          OCMpeer parent)
                   throws SAXException,
                          IOException
Return a peer object.