| Constructor and Description |
|---|
FlowScreen()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowBack() |
boolean |
getAllowFinish() |
boolean |
getAllowPause() |
FlowConnector |
getConnector() |
FlowScreenField[] |
getFields() |
String |
getHelpText() |
String |
getPausedText() |
boolean |
isAllowBack() |
boolean |
isAllowFinish() |
boolean |
isAllowPause() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setAllowBack(boolean allowBack) |
void |
setAllowFinish(boolean allowFinish) |
void |
setAllowPause(boolean allowPause) |
void |
setConnector(FlowConnector connector) |
void |
setFields(FlowScreenField[] fields) |
void |
setHelpText(String helpText) |
void |
setPausedText(String pausedText) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
getLabel, getLocationX, getLocationY, setLabel, setLocationX, setLocationYgetDescription, getName, setDescription, setNamegetProcessMetadataValues, setProcessMetadataValuespublic boolean getAllowBack()
public boolean isAllowBack()
public void setAllowBack(boolean allowBack)
public boolean getAllowFinish()
public boolean isAllowFinish()
public void setAllowFinish(boolean allowFinish)
public boolean getAllowPause()
public boolean isAllowPause()
public void setAllowPause(boolean allowPause)
public FlowConnector getConnector()
public void setConnector(FlowConnector connector)
public FlowScreenField[] getFields()
public void setFields(FlowScreenField[] fields)
public String getHelpText()
public void setHelpText(String helpText)
public String getPausedText()
public void setPausedText(String pausedText)
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
write in interface XMLizablewrite in class FlowNodeIOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
writeFields in class FlowNodeIOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
load in interface XMLizableload in class FlowNodeIOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
loadFields in class FlowNodeIOExceptionConnectionExceptionCopyright © 2015. All Rights Reserved.