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(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
void |
setComponents(IDescribeLayoutComponent[] components) |
void |
setFieldType(FieldType fieldType) |
String |
toString() |
void |
write(QName __element,
com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
getDisplayLines, getTabOrder, getType, getValue, setDisplayLines, setTabOrder, setType, 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 IFieldLayoutComponentpublic FieldType getFieldType()
IFieldLayoutComponentgetFieldType in interface IFieldLayoutComponentpublic void setFieldType(FieldType fieldType)
setFieldType in interface IFieldLayoutComponentpublic void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
write in interface com.sforce.ws.bind.XMLizablewrite in class DescribeLayoutComponentIOExceptionprotected void writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException
writeFields in class DescribeLayoutComponentIOExceptionpublic void load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
load in interface com.sforce.ws.bind.XMLizableload in class DescribeLayoutComponentIOExceptioncom.sforce.ws.ConnectionExceptionprotected void loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
loadFields in class DescribeLayoutComponentIOExceptioncom.sforce.ws.ConnectionExceptionpublic String toString()
toString in class DescribeLayoutComponentCopyright © 2015. All Rights Reserved.