public class FieldLayoutComponent extends DescribeLayoutComponent implements IFieldLayoutComponent
| Constructor and Description |
|---|
FieldLayoutComponent()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
DescribeLayoutComponent[] |
getComponents()
element : components of type {urn:partner.soap.sforce.com}DescribeLayoutComponent
java type: com.sforce.soap.partner.DescribeLayoutComponent[]
|
FieldType |
getFieldType()
element : fieldType of type {urn:partner.soap.sforce.com}fieldType
java type: com.sforce.soap.partner.FieldType
|
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setComponents(IDescribeLayoutComponent[] components) |
protected void |
setComponents(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setFieldType(FieldType fieldType) |
protected void |
setFieldType(XmlInputStream __in,
TypeMapper __typeMapper) |
java.lang.String |
toString() |
void |
write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
getDisplayLines, getTabOrder, getType, getValue, setDisplayLines, setDisplayLines, setTabOrder, setTabOrder, setType, setType, setValue, setValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDisplayLines, getTabOrder, getType, getValue, setDisplayLines, setTabOrder, setType, setValuepublic DescribeLayoutComponent[] getComponents()
IFieldLayoutComponentgetComponents in interface IFieldLayoutComponentpublic void setComponents(IDescribeLayoutComponent[] components)
setComponents in interface IFieldLayoutComponentprotected void setComponents(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic FieldType getFieldType()
IFieldLayoutComponentgetFieldType in interface IFieldLayoutComponentpublic void setFieldType(FieldType fieldType)
setFieldType in interface IFieldLayoutComponentprotected void setFieldType(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic void write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
throws java.io.IOException
write in interface XMLizablewrite in class DescribeLayoutComponentjava.io.IOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws java.io.IOException
writeFields in class DescribeLayoutComponentjava.io.IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
load in interface XMLizableload in class DescribeLayoutComponentjava.io.IOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
loadFields in class DescribeLayoutComponentjava.io.IOExceptionConnectionExceptionpublic java.lang.String toString()
toString in class DescribeLayoutComponentCopyright © 2020. All Rights Reserved.