Package com.sforce.soap.metadata
Class FlowScreenFieldTranslation
- java.lang.Object
-
- com.sforce.soap.metadata.FlowScreenFieldTranslation
-
-
Constructor Summary
Constructors Constructor Description FlowScreenFieldTranslation()Constructor
-
Method Summary
-
-
-
Method Detail
-
getFieldText
public String getFieldText()
-
setFieldText
public void setFieldText(String fieldText)
-
setFieldText
protected void setFieldText(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getHelpText
public String getHelpText()
-
setHelpText
public void setHelpText(String helpText)
-
setHelpText
protected void setHelpText(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getInputParameters
public FlowInputParameterTranslation[] getInputParameters()
-
setInputParameters
public void setInputParameters(FlowInputParameterTranslation[] inputParameters)
-
setInputParameters
protected void setInputParameters(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getName
public String getName()
-
setName
public void setName(String name)
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getValidationRule
public FlowInputValidationRuleTranslation getValidationRule()
-
setValidationRule
public void setValidationRule(FlowInputValidationRuleTranslation validationRule)
-
setValidationRule
protected void setValidationRule(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
-
-