com.softwareag.tamino.db.api.response
Interface TWarning

All Known Implementing Classes:
TWarningImpl

public interface TWarning

TWarning defines operations for accessing the warnings provided by Tamino in response to a database request.

Version:
$Revision: 1.2 $
Author:
Oliver.Kleber@softwareag.com

Method Summary
 java.lang.String getCode()
          Gets the warning code.
 java.lang.String getLine()
          Gets the warning line.
 java.lang.String getReturnValue()
          Gets the Tamino return value.
 java.lang.String getText()
          Gets the warning text.
 boolean hasLine()
          Indicates if the warning provides a warning line.
 

Method Detail

getReturnValue

java.lang.String getReturnValue()
Gets the Tamino return value.

Returns:
the Tamino return value.

getCode

java.lang.String getCode()
Gets the warning code.

Returns:
the warning code.

getText

java.lang.String getText()
Gets the warning text.

Returns:
the warning text.

hasLine

boolean hasLine()
Indicates if the warning provides a warning line.

Returns:
true if the warning contains a warning line, false otherwise.

getLine

java.lang.String getLine()
Gets the warning line.

Returns:
the warning line.


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