Package com.sforce.soap.metadata
Class CustomFieldTranslation
java.lang.Object
com.sforce.soap.metadata.CustomFieldTranslation
- 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 TypeMethodDescriptiongetHelp()getLabel()getName()voidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetCaseValues(ObjectNameCaseValue[] caseValues) protected voidsetCaseValues(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetGender(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetHelp(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetLookupFilter(LookupFilterTranslation lookupFilter) protected voidsetLookupFilter(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetName(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetPicklistValues(PicklistValueTranslation[] picklistValues) protected voidsetPicklistValues(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetRelationshipLabel(XmlInputStream __in, TypeMapper __typeMapper) voidsetRelationshipLabel(String relationshipLabel) voidsetStartsWith(StartsWith startsWith) protected voidsetStartsWith(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
CustomFieldTranslation
public CustomFieldTranslation()Constructor
-
-
Method Details
-
getCaseValues
-
setCaseValues
-
setCaseValues
protected void setCaseValues(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getGender
-
setGender
-
setGender
protected void setGender(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getHelp
-
setHelp
-
setHelp
protected void setHelp(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLabel
-
setLabel
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLookupFilter
-
setLookupFilter
-
setLookupFilter
protected void setLookupFilter(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getName
-
setName
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPicklistValues
-
setPicklistValues
-
setPicklistValues
protected void setPicklistValues(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRelationshipLabel
-
setRelationshipLabel
-
setRelationshipLabel
protected void setRelationshipLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getStartsWith
-
setStartsWith
-
setStartsWith
protected void setStartsWith(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
-