|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.tamino.db.api.command.TCommandItem
public abstract class TCommandItem
TCommandItem is the abstraction for either a key or value item within a Tamino command statement. Such a statement consists of a number of key/value separated by ampersands. A TCommandItem can either be such a key or value parameter.
Constructor Summary | |
---|---|
protected |
TCommandItem(java.lang.Object value)
Initializes the TCommandItem with the specified value as an Object instance. |
protected |
TCommandItem(java.lang.String value)
Initializes the TCommandItem with the specified value as a String instance. |
Method Summary | |
---|---|
protected java.lang.Object |
getValue()
Gets the internal value. |
abstract void |
takeVisitor(TCommandItemVisitor visitor)
Takes a TCommandItemVisitor and tells it that it wants to be visited. |
java.lang.String |
toString()
Returns the command items string representation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected TCommandItem(java.lang.String value)
protected TCommandItem(java.lang.Object value)
Method Detail |
---|
public abstract void takeVisitor(TCommandItemVisitor visitor)
the
- TCommandItemVisitor that shall visit this instance.public java.lang.String toString()
toString
in class java.lang.Object
protected final java.lang.Object getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |