public class ActionTargetNode extends Object
| Constructor and Description |
|---|
ActionTargetNode()
Creates an ActionTargetNode.
|
ActionTargetNode(String action, oracle.fmwplatform.envspec.model.domain.Target target)
Creates an ActionTargetNode.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Return the action to be invoked for this graph node.
|
LifecycleDef |
getLifecycleDef()
Return the lifecycle definition
|
oracle.fmwplatform.envspec.model.domain.Target |
getTarget()
Return the target for this action step
|
void |
setAction(String action)
Set the action to be invoked for this graph node
|
void |
setLifecycleDef(LifecycleDef lifecycleDef)
Set the lifecycle definition
|
void |
setTarget(oracle.fmwplatform.envspec.model.domain.Target target)
Set the target for this action step
|
public ActionTargetNode()
public ActionTargetNode(String action, oracle.fmwplatform.envspec.model.domain.Target target)
action - the name of the actiontarget - the target for the actionpublic String getAction()
public void setAction(String action)
action - standard actionpublic oracle.fmwplatform.envspec.model.domain.Target getTarget()
public void setTarget(oracle.fmwplatform.envspec.model.domain.Target target)
target - model targetpublic LifecycleDef getLifecycleDef()
public void setLifecycleDef(LifecycleDef lifecycleDef)
lifecycleDef - lifecycle definition