public class FlowChoiceUserInput extends FlowBaseElement
| Constructor and Description |
|---|
FlowChoiceUserInput()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIsRequired() |
String |
getPromptText() |
FlowInputValidationRule |
getValidationRule() |
boolean |
isIsRequired() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setIsRequired(boolean isRequired) |
void |
setPromptText(String promptText) |
void |
setValidationRule(FlowInputValidationRule validationRule) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
getProcessMetadataValues, setProcessMetadataValuespublic boolean getIsRequired()
public boolean isIsRequired()
public void setIsRequired(boolean isRequired)
public String getPromptText()
public void setPromptText(String promptText)
public FlowInputValidationRule getValidationRule()
public void setValidationRule(FlowInputValidationRule validationRule)
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
write in interface XMLizablewrite in class FlowBaseElementIOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
writeFields in class FlowBaseElementIOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
load in interface XMLizableload in class FlowBaseElementIOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
loadFields in class FlowBaseElementIOExceptionConnectionExceptionpublic String toString()
toString in class FlowBaseElementCopyright © 2015. All Rights Reserved.