|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTXMLObjectModel
com.softwareag.tamino.db.api.objectModel.jdom.TJDOMObjectModel
public class TJDOMObjectModel
TJDOMObjectModel represents the JDOM object model. This class is used when creating accessor instances. An accessor is always created for a specific object model. The factory methods for creating an accessor take an instance of an object model class.
Using this object model for an accessor determines that the XML documents provided by that accessor are JDOM documents.
This class implements the singleton pattern, i.e. there is always only one instance of this class available.
Constructor Summary | |
---|---|
protected |
TJDOMObjectModel()
Internal constructor. |
Method Summary | |
---|---|
static TXMLObjectModel |
getInstance()
Gets the singleton TJDOMObjectModel instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected TJDOMObjectModel()
Method Detail |
---|
public static TXMLObjectModel getInstance()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |