|
|||||||||
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
com.softwareag.tamino.db.api.command.TCommandParameterValue
public class TCommandParameterValue
TCommandParameterValue represents the value type of TCommandParameter. As a consequence a TCommandParameter object offen occurrs in pair with a TCommandParameterValue that represents its value state.
Field Summary | |
---|---|
static TCommandParameterValue |
CHEAP
Constant that represents the "cheap" command value for the _count parameetr. |
static TCommandParameterValue |
SCROLL_NO
Constant that represents the "no" command parameter value for the SCROLL command parameter. |
static TCommandParameterValue |
SCROLL_YES
Constant that represents the "yes" command parameter value for the SCROLL command parameter. |
static TCommandParameterValue |
TEST
Constant that represents the "test" command parameter value for the mode command parameter. |
static TCommandParameterValue |
TESTANDVALIDATE
Constant that represents the "test and validate" command parameter value for the mode command parameter. |
static TCommandParameterValue |
VALIDATE
Constant that represents the "validate" command parameter value for the mode command parameter. |
Constructor Summary | |
---|---|
TCommandParameterValue(int value)
Instantiates the TCommandParameterValue with an int. |
|
TCommandParameterValue(long value)
Instantiates the TCommandParameterValue with a long. |
|
TCommandParameterValue(java.lang.String value)
Instantiates the TCommandParameterValue with a string. |
Method Summary | |
---|---|
void |
takeVisitor(TCommandItemVisitor visitor)
Takes a TCommandItemVisitor and tells it that it wants to be visited. |
Methods inherited from class com.softwareag.tamino.db.api.command.TCommandItem |
---|
getValue, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final TCommandParameterValue TEST
public static final TCommandParameterValue CHEAP
public static final TCommandParameterValue VALIDATE
public static final TCommandParameterValue TESTANDVALIDATE
public static final TCommandParameterValue SCROLL_YES
public static final TCommandParameterValue SCROLL_NO
Constructor Detail |
---|
public TCommandParameterValue(java.lang.String value)
public TCommandParameterValue(int value)
public TCommandParameterValue(long value)
Method Detail |
---|
public void takeVisitor(TCommandItemVisitor visitor)
takeVisitor
in class TCommandItem
the
- TCommandItemVisitor that shall visit this instance.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |