Package com.sforce.soap.metadata
Class FlowCoverageResult
- java.lang.Object
-
- com.sforce.soap.metadata.FlowCoverageResult
-
-
Constructor Summary
Constructors Constructor Description FlowCoverageResult()Constructor
-
Method Summary
-
-
-
Method Detail
-
getElementsNotCovered
public String[] getElementsNotCovered()
-
setElementsNotCovered
public void setElementsNotCovered(String[] elementsNotCovered)
-
setElementsNotCovered
protected void setElementsNotCovered(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFlowId
public String getFlowId()
-
setFlowId
public void setFlowId(String flowId)
-
setFlowId
protected void setFlowId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFlowName
public String getFlowName()
-
setFlowName
public void setFlowName(String flowName)
-
setFlowName
protected void setFlowName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFlowNamespace
public String getFlowNamespace()
-
setFlowNamespace
public void setFlowNamespace(String flowNamespace)
-
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
public FlowProcessType getProcessType()
-
setProcessType
public void setProcessType(FlowProcessType processType)
-
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
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- 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
-
-