Package com.sforce.soap.metadata
Class FieldInstance
- java.lang.Object
-
- com.sforce.soap.metadata.FieldInstance
-
-
Constructor Summary
Constructors Constructor Description FieldInstance()Constructor
-
Method Summary
-
-
-
Method Detail
-
getFieldInstanceProperties
public FieldInstanceProperty[] getFieldInstanceProperties()
-
setFieldInstanceProperties
public void setFieldInstanceProperties(FieldInstanceProperty[] fieldInstanceProperties)
-
setFieldInstanceProperties
protected void setFieldInstanceProperties(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFieldItem
public String getFieldItem()
-
setFieldItem
public void setFieldItem(String fieldItem)
-
setFieldItem
protected void setFieldItem(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIdentifier
public String getIdentifier()
-
setIdentifier
public void setIdentifier(String identifier)
-
setIdentifier
protected void setIdentifier(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getVisibilityRule
public UiFormulaRule getVisibilityRule()
-
setVisibilityRule
public void setVisibilityRule(UiFormulaRule visibilityRule)
-
setVisibilityRule
protected void setVisibilityRule(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
-
-