Package com.sforce.soap.metadata
Class FlowScreenTranslation
- java.lang.Object
-
- com.sforce.soap.metadata.FlowScreenTranslation
-
-
Constructor Summary
Constructors Constructor Description FlowScreenTranslation()Constructor
-
Method Summary
-
-
-
Method Detail
-
getBackButtonLabel
public String getBackButtonLabel()
-
setBackButtonLabel
public void setBackButtonLabel(String backButtonLabel)
-
setBackButtonLabel
protected void setBackButtonLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFields
public FlowScreenFieldTranslation[] getFields()
-
setFields
public void setFields(FlowScreenFieldTranslation[] fields)
-
setFields
protected void setFields(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
-
getName
public String getName()
-
setName
public void setName(String name)
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getNextOrFinishButtonLabel
public String getNextOrFinishButtonLabel()
-
setNextOrFinishButtonLabel
public void setNextOrFinishButtonLabel(String nextOrFinishButtonLabel)
-
setNextOrFinishButtonLabel
protected void setNextOrFinishButtonLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPauseButtonLabel
public String getPauseButtonLabel()
-
setPauseButtonLabel
public void setPauseButtonLabel(String pauseButtonLabel)
-
setPauseButtonLabel
protected void setPauseButtonLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPausedText
public String getPausedText()
-
setPausedText
public void setPausedText(String pausedText)
-
setPausedText
protected void setPausedText(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
-
-