|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.tamino.db.api.namespace.TXQLNamespace
public class TXQLNamespace
TXQLNamespace is the representation for Tamino specific elements and attributes within the xql namespace. The class provides type safe constant objects representing the various elememts/attributes such as query and result. The class implements the singleton pattern meaning that only one instance of this class can be instantiated.
Nested Class Summary | |
---|---|
protected static class |
TXQLNamespace.TXQLObject
Concrete inner class that implements TNamespaceObject and represents an ino namespace object. |
Field Summary | |
---|---|
static java.lang.String |
PREFIX
Constant that represents the namespace prefix. |
static TNamespaceObject |
QUERY
Constant that represents the query element within the ino namespace. |
static TNamespaceObject |
RESULT
Constant that represents the result element within the ino namespace. |
static java.lang.String |
URI
Constant that represents the namespace url. |
Constructor Summary | |
---|---|
protected |
TXQLNamespace()
Private Constructor. |
Method Summary | |
---|---|
static TNamespace |
getInstance()
Gets the singleton instance. |
java.lang.String |
getPrefix()
Gets the namespace prefix. |
java.lang.String |
getUri()
Gets the namespace uri. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PREFIX
public static final java.lang.String URI
public static final TNamespaceObject QUERY
public static final TNamespaceObject RESULT
Constructor Detail |
---|
protected TXQLNamespace()
Method Detail |
---|
public static TNamespace getInstance()
public java.lang.String getPrefix()
getPrefix
in interface TNamespace
public java.lang.String getUri()
TNamespace
getUri
in interface TNamespace
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |