Package com.sforce.soap.metadata
Class MLField
- java.lang.Object
-
- com.sforce.soap.metadata.MLField
-
-
Constructor Summary
Constructors Constructor Description MLField()Constructor
-
Method Summary
-
-
-
Method Detail
-
getEntity
public String getEntity()
-
setEntity
public void setEntity(String entity)
-
setEntity
protected void setEntity(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getField
public String getField()
-
setField
public void setField(String field)
-
setField
protected void setField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRelatedField
public MLField getRelatedField()
-
setRelatedField
public void setRelatedField(MLField relatedField)
-
setRelatedField
protected void setRelatedField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRelationType
public MLRelationType getRelationType()
-
setRelationType
public void setRelationType(MLRelationType relationType)
-
setRelationType
protected void setRelationType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getType
public MLFieldType getType()
-
setType
public void setType(MLFieldType type)
-
setType
protected void setType(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
-
-