Package com.sforce.soap.metadata
Class FlowCoverageResult
java.lang.Object
com.sforce.soap.metadata.FlowCoverageResult
- 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 TypeMethodDescriptionString[]intintvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetElementsNotCovered(XmlInputStream __in, TypeMapper __typeMapper) voidsetElementsNotCovered(String[] elementsNotCovered) protected voidsetFlowId(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetFlowName(XmlInputStream __in, TypeMapper __typeMapper) voidsetFlowName(String flowName) protected voidsetFlowNamespace(XmlInputStream __in, TypeMapper __typeMapper) voidsetFlowNamespace(String flowNamespace) voidsetNumElements(int numElements) protected voidsetNumElements(XmlInputStream __in, TypeMapper __typeMapper) voidsetNumElementsNotCovered(int numElementsNotCovered) protected voidsetNumElementsNotCovered(XmlInputStream __in, TypeMapper __typeMapper) voidsetProcessType(FlowProcessType processType) protected voidsetProcessType(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
FlowCoverageResult
public FlowCoverageResult()Constructor
-
-
Method Details
-
getElementsNotCovered
-
setElementsNotCovered
-
setElementsNotCovered
protected void setElementsNotCovered(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getFlowId
-
setFlowId
-
setFlowId
protected void setFlowId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getFlowName
-
setFlowName
-
setFlowName
protected void setFlowName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getFlowNamespace
-
setFlowNamespace
-
setFlowNamespace
protected void setFlowNamespace(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getNumElements
public int getNumElements() -
setNumElements
public void setNumElements(int numElements) -
setNumElements
protected void setNumElements(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getNumElementsNotCovered
public int getNumElementsNotCovered() -
setNumElementsNotCovered
public void setNumElementsNotCovered(int numElementsNotCovered) -
setNumElementsNotCovered
protected void setNumElementsNotCovered(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getProcessType
-
setProcessType
-
setProcessType
protected void setProcessType(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- Throws:
IOException
-
writeFields
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
toString
-