com.softwareag.tamino.db.api.namespace
Interface TNamespace

All Known Implementing Classes:
TInoNamespace, TSDNamespace, TXQLNamespace, TXQNamespace, TXSNamespace

public interface TNamespace

TNamespace is the interface for namespaces that can be used. So far only the "ino" as well as the "xql" namespaces are given within Tamino.

Version:
$Revision: 1.6 $
Author:
Marcus Schreyer

Method Summary
 java.lang.String getPrefix()
          Gets the namespace prefix.
 java.lang.String getUri()
          Gets the namespace uri.
 

Method Detail

getPrefix

java.lang.String getPrefix()
Gets the namespace prefix.


getUri

java.lang.String getUri()
Gets the namespace uri. It should be noted that the uri might not be available.



Copyright (c) 2013 Software AG. All Rights Reserved.