Package com.sforce.soap.metadata
Class FlowChoice
- java.lang.Object
-
- com.sforce.soap.metadata.FlowBaseElement
-
- com.sforce.soap.metadata.FlowElement
-
- com.sforce.soap.metadata.FlowChoice
-
- All Implemented Interfaces:
com.sforce.ws.bind.XMLizable
public class FlowChoice extends FlowElement
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Constructor Summary
Constructors Constructor Description FlowChoice()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetChoiceText()FlowDataTypegetDataType()FlowChoiceUserInputgetUserInput()FlowElementReferenceOrValuegetValue()voidload(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidloadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetChoiceText(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetChoiceText(java.lang.String choiceText)voidsetDataType(FlowDataType dataType)protected voidsetDataType(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetUserInput(FlowChoiceUserInput userInput)protected voidsetUserInput(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetValue(FlowElementReferenceOrValue value)protected voidsetValue(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)java.lang.StringtoString()voidwrite(javax.xml.namespace.QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidwriteFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)-
Methods inherited from class com.sforce.soap.metadata.FlowElement
getDescription, getName, setDescription, setDescription, setName, setName
-
Methods inherited from class com.sforce.soap.metadata.FlowBaseElement
getProcessMetadataValues, setProcessMetadataValues, setProcessMetadataValues
-
-
-
-
Method Detail
-
getChoiceText
public java.lang.String getChoiceText()
-
setChoiceText
public void setChoiceText(java.lang.String choiceText)
-
setChoiceText
protected void setChoiceText(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getDataType
public FlowDataType getDataType()
-
setDataType
public void setDataType(FlowDataType dataType)
-
setDataType
protected void setDataType(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getUserInput
public FlowChoiceUserInput getUserInput()
-
setUserInput
public void setUserInput(FlowChoiceUserInput userInput)
-
setUserInput
protected void setUserInput(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getValue
public FlowElementReferenceOrValue getValue()
-
setValue
public void setValue(FlowElementReferenceOrValue value)
-
setValue
protected void setValue(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
write
public void write(javax.xml.namespace.QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException- Specified by:
writein interfacecom.sforce.ws.bind.XMLizable- Overrides:
writein classFlowElement- Throws:
java.io.IOException
-
writeFields
protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException- Overrides:
writeFieldsin classFlowElement- Throws:
java.io.IOException
-
load
public void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Specified by:
loadin interfacecom.sforce.ws.bind.XMLizable- Overrides:
loadin classFlowElement- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
loadFields
protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Overrides:
loadFieldsin classFlowElement- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
toString
public java.lang.String toString()
- Overrides:
toStringin classFlowElement
-
-