public class SetValueAction extends ConditionOrAction implements Action
Modifier and Type | Class and Description |
---|---|
static class |
SetValueAction.Scope
Scope.
|
Constructor and Description |
---|
SetValueAction()
Creates a new
SetValueAction . |
Modifier and Type | Method and Description |
---|---|
int |
getDisplayMessageID() |
java.lang.String |
getId() |
java.lang.String |
getName() |
int |
getParameterMessageID() |
SetValueAction.Scope |
getScope() |
int |
getSkeletonMessageID() |
java.lang.String |
getValue() |
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 |
setName(java.lang.String name) |
void |
setScope(SetValueAction.Scope scope) |
void |
setValue(java.lang.String value) |
copy, createActionFromId, createConditionFromId, equals, getParameter, getPromptName, getScriptName, hashCode, isActive, isOnce, isParameterAltView, setActive, setOnce, setParameter
public void setName(java.lang.String name)
name
- Name of the value entrypublic void setValue(java.lang.String value)
value
- New valuepublic void setScope(SetValueAction.Scope scope)
scope
- Scope (TASK or PROCESS_FLOW)public java.lang.String getName()
public java.lang.String getValue()
public SetValueAction.Scope getScope()
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 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 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 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