Package com.sforce.soap.metadata
Class UiFormulaCriterion
- java.lang.Object
-
- com.sforce.soap.metadata.UiFormulaCriterion
-
-
Constructor Summary
Constructors Constructor Description UiFormulaCriterion()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLeftValue()StringgetOperator()StringgetRightValue()voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetLeftValue(XmlInputStream __in, TypeMapper __typeMapper)voidsetLeftValue(String leftValue)protected voidsetOperator(XmlInputStream __in, TypeMapper __typeMapper)voidsetOperator(String operator)protected voidsetRightValue(XmlInputStream __in, TypeMapper __typeMapper)voidsetRightValue(String rightValue)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getLeftValue
public String getLeftValue()
-
setLeftValue
public void setLeftValue(String leftValue)
-
setLeftValue
protected void setLeftValue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOperator
public String getOperator()
-
setOperator
public void setOperator(String operator)
-
setOperator
protected void setOperator(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRightValue
public String getRightValue()
-
setRightValue
public void setRightValue(String rightValue)
-
setRightValue
protected void setRightValue(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
-
-