com.softwareag.tamino.db.api.accessor
Class TSensitive

java.lang.Object
  extended by com.softwareag.tamino.db.api.accessor.TSensitive

public final class TSensitive
extends java.lang.Object

Class representing the sensitive parameter for a xquery operation. The class provides type safe constant objects representing the possible settings for the _sensitive parameter available for Tamino _cursor command.

Please refer to the description of the X-Machine Commands in the Tamino Server documentation for details on the usage of this parameter.

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

Field Summary
static TSensitive NO
          Constant that represents Taminos _sensitive=no
static TSensitive VAGUE
          Constant that represents Taminos _sensitive=vague
 
Method Summary
 boolean equals(java.lang.Object obj)
          Indicates whether some other object is "equal to" this one.
 int hashCode()
          Returns a hash code value for the object.
 java.lang.String toString()
          Returns the string representation of a TSensitive object.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NO

public static final TSensitive NO
Constant that represents Taminos _sensitive=no


VAGUE

public static final TSensitive VAGUE
Constant that represents Taminos _sensitive=vague

Method Detail

toString

public java.lang.String toString()
Returns the string representation of a TSensitive object.

Overrides:
toString in class java.lang.Object
Returns:
the string representation of the sensitive parameter.

equals

public boolean equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one. Overrides the Object.equals method.

Overrides:
equals in class java.lang.Object
Parameters:
obj - - the reference object with which to compare.
Returns:
true if this object is the same as the obj argument; false otherwise.

hashCode

public int hashCode()
Returns a hash code value for the object. This method is supported for the benefit of hashtables such as those provided by java.util.Hashtable. Overrides the Object.hashCode method.

Overrides:
hashCode in class java.lang.Object
Returns:
a hash code value for this object.


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