Package com.sforce.soap.metadata
Class FlowLoop
java.lang.Object
com.sforce.soap.metadata.FlowBaseElement
com.sforce.soap.metadata.FlowElement
com.sforce.soap.metadata.FlowNode
com.sforce.soap.metadata.FlowLoop
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetAssignNextValueToReference(XmlInputStream __in, TypeMapper __typeMapper) voidsetAssignNextValueToReference(String assignNextValueToReference) protected voidsetCollectionReference(XmlInputStream __in, TypeMapper __typeMapper) voidsetCollectionReference(String collectionReference) voidsetIterationOrder(IterationOrder iterationOrder) protected voidsetIterationOrder(XmlInputStream __in, TypeMapper __typeMapper) voidsetNextValueConnector(FlowConnector nextValueConnector) protected voidsetNextValueConnector(XmlInputStream __in, TypeMapper __typeMapper) voidsetNoMoreValuesConnector(FlowConnector noMoreValuesConnector) protected voidsetNoMoreValuesConnector(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper) Methods inherited from class com.sforce.soap.metadata.FlowNode
getElementSubtype, getLabel, getLocationX, getLocationY, setElementSubtype, setElementSubtype, setLabel, setLabel, setLocationX, setLocationX, setLocationY, setLocationYMethods inherited from class com.sforce.soap.metadata.FlowElement
getDescription, getName, setDescription, setDescription, setName, setNameMethods inherited from class com.sforce.soap.metadata.FlowBaseElement
getProcessMetadataValues, setProcessMetadataValues, setProcessMetadataValues
-
Constructor Details
-
FlowLoop
public FlowLoop()Constructor
-
-
Method Details
-
getAssignNextValueToReference
-
setAssignNextValueToReference
-
setAssignNextValueToReference
protected void setAssignNextValueToReference(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getCollectionReference
-
setCollectionReference
-
setCollectionReference
protected void setCollectionReference(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIterationOrder
-
setIterationOrder
-
setIterationOrder
protected void setIterationOrder(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getNextValueConnector
-
setNextValueConnector
-
setNextValueConnector
protected void setNextValueConnector(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getNoMoreValuesConnector
-
setNoMoreValuesConnector
-
setNoMoreValuesConnector
protected void setNoMoreValuesConnector(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException - Specified by:
writein interfaceXMLizable- Overrides:
writein classFlowNode- Throws:
IOException
-
writeFields
- Overrides:
writeFieldsin classFlowNode- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Overrides:
loadin classFlowNode- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Overrides:
loadFieldsin classFlowNode- Throws:
IOExceptionConnectionException
-
toString
-