public class ClearVariableAction extends ConditionOrAction implements Action
Constructor and Description |
---|
ClearVariableAction()
Creates a new
ClearVariableAction . |
Modifier and Type | Method and Description |
---|---|
int |
getDisplayMessageID() |
java.lang.String |
getId() |
java.lang.String |
getKey() |
int |
getParameterMessageID() |
int |
getSkeletonMessageID() |
UC4ObjectName |
getVariableName()
Returns the name of the Variable object.
|
boolean |
isAction() |
boolean |
isAfterCondition()
Returns
true if this action can be used in a Pre-Condition. |
boolean |
isBeforeCondition()
Returns
true if this action can be used in a Post-Condition. |
boolean |
isFinal()
Returns
true if this is a final action in
this condition. |
boolean |
isIF() |
void |
setKey(java.lang.String key)
Sets the key of the variable.
|
void |
setVariableName(UC4ObjectName variableName)
Sets the name of the Variable object.
|
copy, createActionFromId, createConditionFromId, equals, getParameter, getPromptName, getScriptName, hashCode, isActive, isOnce, isParameterAltView, setActive, setOnce, setParameter
public ClearVariableAction()
ClearVariableAction
.public void setVariableName(UC4ObjectName variableName)
variableName
- object namepublic void setKey(java.lang.String key)
key
- Keypublic UC4ObjectName getVariableName()
public java.lang.String getKey()
public boolean isFinal()
Action
true
if this is a final action in
this condition.public java.lang.String getId()
getId
in interface Action
getId
in class ConditionOrAction
public boolean isAction()
isAction
in class ConditionOrAction
com.uc4.api.objects.Action
or
false if the sub class is an instance of com.uc4.api.objects.Condition
public boolean isBeforeCondition()
Action
true
if this action can be used in a Post-Condition.isBeforeCondition
in interface Action
isBeforeCondition
in class ConditionOrAction
public boolean isAfterCondition()
Action
true
if this action can be used in a Pre-Condition.isAfterCondition
in interface Action
isAfterCondition
in class ConditionOrAction
public boolean isIF()
isIF
in class ConditionOrAction
public int getParameterMessageID()
getParameterMessageID
in class ConditionOrAction
public int getSkeletonMessageID()
getSkeletonMessageID
in class ConditionOrAction
public int getDisplayMessageID()
getDisplayMessageID
in class ConditionOrAction