public class TSDNamespace extends java.lang.Object implements TNamespace
Modifier and Type | Class and Description |
---|---|
protected static class |
TSDNamespace.TSDObject
Concrete inner class that implements TNamespaceObject and represents
an tsd namespace object.
|
Modifier and Type | Field and Description |
---|---|
static TNamespaceObject |
ADMIN_INFO
Constant that represents the adminInfo element within the tsd namespace.
|
static TNamespaceObject |
COLLECTION
Constant that represents the collection element within the tsd namespace.
|
static TNamespaceObject |
DELETE
Constant that represents the update element within the tsd namespace.
|
static TNamespaceObject |
DOCTYPE
Constant that represents the doctype element within the tsd namespace.
|
static TNamespaceObject |
INSERT
Constant that represents the insert element within the tsd namespace.
|
static TNamespaceObject |
LOGI_DOCTYPE
Constant that represents the logiDoctype element within the tsd namespace.
|
static TNamespaceObject |
NAME
Constant that represents the name attribute within the tsd namespace.
|
static java.lang.String |
PREFIX
Constant that represents the namespace prefix.
|
static TNamespaceObject |
READ
Constant that represents the read element within the tsd namespace.
|
static TNamespaceObject |
SCHEMA_INFO
Constant that represents the schemaInfo element within the tsd namespace.
|
static TNamespaceObject |
SCHEMA_NAME
Constant that represents the schemaName attribute within the tsd namespace.
|
static TNamespaceObject |
UPDATE
Constant that represents the update element within the tsd namespace.
|
static java.lang.String |
URI
Constant that represents the namespace url.
|
Modifier | Constructor and Description |
---|---|
protected |
TSDNamespace()
Private Constructor.
|
Modifier and Type | Method and Description |
---|---|
static TNamespace |
getInstance()
Gets the singleton instance.
|
java.lang.String |
getPrefix()
Gets the namespace prefix.
|
java.lang.String |
getUri()
Gets the namespace uri.
|
public static final java.lang.String PREFIX
public static final java.lang.String URI
public static final TNamespaceObject SCHEMA_INFO
public static final TNamespaceObject SCHEMA_NAME
public static final TNamespaceObject ADMIN_INFO
public static final TNamespaceObject COLLECTION
public static final TNamespaceObject DOCTYPE
public static final TNamespaceObject NAME
public static final TNamespaceObject LOGI_DOCTYPE
public static final TNamespaceObject READ
public static final TNamespaceObject INSERT
public static final TNamespaceObject UPDATE
public static final TNamespaceObject DELETE
public static TNamespace getInstance()
public java.lang.String getPrefix()
getPrefix
in interface TNamespace
public java.lang.String getUri()
TNamespace
getUri
in interface TNamespace
Copyright (c) 2017 Software AG. All Rights Reserved.