public class SetFormatInfoJobNode extends SimpleJobNode
| Constructor and Description |
|---|
SetFormatInfoJobNode() |
| Modifier and Type | Method and Description |
|---|---|
String |
execute(com.googlecode.sarasvati.NodeToken token) |
String |
getFormat() |
String |
getFormatParam() |
String |
getInterpretation() |
String |
getInterpretationParam() |
String |
getLayout() |
String |
getLayoutParam() |
void |
setFormat(String format) |
void |
setFormatParam(String formatParam) |
void |
setInterpretation(String interpretation) |
void |
setInterpretationParam(String interpretationParam) |
void |
setLayout(String layout) |
void |
setLayoutParam(String layoutParam) |
beforeCompleted, beforeFailed, beforeStart, executegetBeanName, getEnvParams, getParams, getPropertyFetcher, getSysParams, parseJsonParameters, setBeanName, setEnvParams, setParams, setSysParamsbacktrack, clone, getAdaptor, getDefiningGraph, getExternal, getExternalEnv, getGraph, getGuard, getId, getJoinParam, getJoinStrategy, getJoinType, getName, getOriginatingExternalNode, getType, guard, initId, isBacktrackable, isImportedFromExternal, isStart, setDefiningGraph, setExternal, setGraph, setGuard, setJoinParam, setJoinType, setName, setOriginatingExternalNode, setStart, setTypepublic String execute(com.googlecode.sarasvati.NodeToken token)
execute in class SimpleJobNodeMemNode.execute(com.googlecode.sarasvati.Engine, com.googlecode.sarasvati.NodeToken)public String getFormat()
public void setFormat(String format)
public String getLayout()
public void setLayout(String layout)
public String getInterpretation()
public void setInterpretation(String interpretation)
public String getFormatParam()
public void setFormatParam(String formatParam)
public String getLayoutParam()
public void setLayoutParam(String layoutParam)
public String getInterpretationParam()
public void setInterpretationParam(String interpretationParam)
Copyright © 2018. All rights reserved.