|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.tamino.db.api.command.TCommandItemPair
public class TCommandItemPair
TCommandItemPair is a tuple for holding a key/value pair within a Tamino command statement. The key can either represent a Tamino command or command parameter and the value directly referrs to its appropiate key.
Constructor Summary | |
---|---|
TCommandItemPair(TCommandItem key,
TCommandItem value)
Constructor. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one. |
TCommandItem |
getKey()
Gets the TCommandItem key instance. |
TCommandItem |
getValue()
Gets the TCommandItem value instance. |
java.lang.String |
toString()
Returns the string representation. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TCommandItemPair(TCommandItem key, TCommandItem value)
Method Detail |
---|
public TCommandItem getKey()
public TCommandItem getValue()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- - the reference object with which to compare.
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |