com.softwareag.tamino.db.api.namespace
Class TInoNamespace.TInoObject

java.lang.Object
  extended by com.softwareag.tamino.db.api.namespace.TNamespaceObject
      extended by com.softwareag.tamino.db.api.namespace.TInoNamespace.TInoObject
Enclosing class:
TInoNamespace

protected static class TInoNamespace.TInoObject
extends TNamespaceObject

Concrete inner class that implements TNamespaceObject and represents an ino namespace object.

Version:
$Revision: 1.12 $
Author:
Marcus Schreyer

Field Summary
 
Fields inherited from class com.softwareag.tamino.db.api.namespace.TNamespaceObject
ATTRIBUTE_TYPE, ELEMENT_TYPE
 
Constructor Summary
TInoNamespace.TInoObject(java.lang.String name, java.lang.String type)
          Special Constructor.
 
Method Summary
 java.lang.String getQualifiedName()
          Gets the full qualified name of the ino namespace object.
 
Methods inherited from class com.softwareag.tamino.db.api.namespace.TNamespaceObject
getName, getType, isAttribute, isElement, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TInoNamespace.TInoObject

public TInoNamespace.TInoObject(java.lang.String name,
                                java.lang.String type)
Special Constructor. Initializes the namespace object with the given name and type.

Method Detail

getQualifiedName

public java.lang.String getQualifiedName()
Gets the full qualified name of the ino namespace object.

Specified by:
getQualifiedName in class TNamespaceObject


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