com.softwareag.tamino.db.api.response
Class TQueryContentItem

java.lang.Object
  extended by com.softwareag.tamino.db.api.response.TQueryContentItem
All Implemented Interfaces:
TResponseContentItem

public class TQueryContentItem
extends java.lang.Object
implements TResponseContentItem

TQueryContentItem is the query info specific implementation class for TResponseContentItem. This class provides access operations for the query info structure provided within Tamino responses. This basically is the query information within the element .

Version:
$Revision: 1.3 $
Author:
Marcus Schreyer

Field Summary
static java.lang.String SPECIFIER
          The specifier for the object info item.
 
Constructor Summary
protected TQueryContentItem(java.lang.String expression)
          Initializes the query info item with the given query expression.
 
Method Summary
 java.lang.String getExpression()
          Gets the query expression.
 java.lang.String toString()
          Shows the query info as XML.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SPECIFIER

public static final java.lang.String SPECIFIER
The specifier for the object info item.

Constructor Detail

TQueryContentItem

protected TQueryContentItem(java.lang.String expression)
Initializes the query info item with the given query expression.

Method Detail

getExpression

public java.lang.String getExpression()
Gets the query expression.


toString

public java.lang.String toString()
Shows the query info as XML.

Overrides:
toString in class java.lang.Object


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