public class ModifyStateAction extends ConditionOrAction implements Action
Constructor and Description |
---|
ModifyStateAction()
Creates a new
ModifyStateAction . |
Modifier and Type | Method and Description |
---|---|
int |
getDisplayMessageID() |
java.lang.String |
getId() |
int |
getParameterMessageID() |
int |
getRetCode() |
int |
getSkeletonMessageID() |
java.lang.String |
getText() |
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 |
setRetCode(int retCode)
Sets the return code.
|
void |
setText(java.lang.String text)
Sets the text.
|
copy, createActionFromId, createConditionFromId, equals, getParameter, getPromptName, getScriptName, hashCode, isActive, isOnce, isParameterAltView, setActive, setOnce, setParameter
public void setRetCode(int retCode)
retCode
- Return codepublic void setText(java.lang.String text)
text
- textpublic int getRetCode()
public java.lang.String getText()
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