public class TCommandParameterValue extends TCommandItem
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
takeVisitor(TCommandItemVisitor visitor)
Takes a TCommandItemVisitor and tells it that it wants to be visited.
|
getValue, toString
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
public TCommandParameterValue(java.lang.String value)
public TCommandParameterValue(int value)
public TCommandParameterValue(long value)
public void takeVisitor(TCommandItemVisitor visitor)
takeVisitor
in class TCommandItem
the
- TCommandItemVisitor that shall visit this instance.Copyright (c) 2017 Software AG. All Rights Reserved.