public class PublishValueAction extends ConditionOrAction implements Action
| Constructor and Description |
|---|
PublishValueAction()
Creates a new publish action.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getDisplayMessageID() |
String |
getId() |
int |
getParameterMessageID() |
String |
getPublishName()
Returns the name.
|
int |
getSkeletonMessageID() |
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 |
setPublishName(String name)
Set the name for the published value.
|
void |
setValue(String value)
Sets the value which should be published.
|
copy, createActionFromId, createConditionFromId, equals, getParameter, getPromptName, getScriptName, hashCode, isActive, isOnce, isParameterAltView, setActive, setOnce, setParameterpublic void setValue(String value)
value - Valuepublic void setPublishName(String name)
name - Namepublic String getValue()
public String getPublishName()
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.