public class RunPathAction extends ConditionOrAction implements Action
| Constructor and Description |
|---|
RunPathAction()
Creates a new
RunPathAction. |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias()
Returns the alias.
|
int |
getDisplayMessageID() |
String |
getId() |
int |
getParameterMessageID() |
boolean |
getPath()
Returns the path as it was set by the
setPath() method. |
int |
getSkeletonMessageID() |
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 |
setAlias(String alias)
Sets the alias name.
|
void |
setPath(boolean path)
Selects the path of the IF.
|
copy, createActionFromId, createConditionFromId, equals, getParameter, getPromptName, getScriptName, hashCode, isActive, isOnce, isParameterAltView, setActive, setOnce, setParameterpublic String getAlias()
public void setAlias(String alias)
alias - namepublic void setPath(boolean path)
path - true / falsepublic boolean getPath()
setPath() method.public boolean isFinal()
Actiontrue if this is a final action in
this condition.public String getId()
getId in interface ActiongetId in class ConditionOrActionpublic boolean isAction()
isAction in class ConditionOrActioncom.uc4.api.objects.Action or
false if the sub class is an instance of com.uc4.api.objects.Conditionpublic boolean isBeforeCondition()
Actiontrue if this action can be used in a Post-Condition.isBeforeCondition in interface ActionisBeforeCondition in class ConditionOrActionpublic boolean isAfterCondition()
Actiontrue if this action can be used in a Pre-Condition.isAfterCondition in interface ActionisAfterCondition in class ConditionOrActionpublic boolean isIF()
isIF in class ConditionOrActionpublic int getParameterMessageID()
getParameterMessageID in class ConditionOrActionpublic int getSkeletonMessageID()
getSkeletonMessageID in class ConditionOrActionpublic int getDisplayMessageID()
getDisplayMessageID in class ConditionOrActionCopyright © 2021. All rights reserved.