Package com.sforce.soap.partner
Interface IFieldLayoutComponent
-
- All Superinterfaces:
IDescribeLayoutComponent
- All Known Implementing Classes:
FieldLayoutComponent
public interface IFieldLayoutComponent extends IDescribeLayoutComponent
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IDescribeLayoutComponent[]getComponents()element : components of type {urn:partner.soap.sforce.com}DescribeLayoutComponent java type: com.sforce.soap.partner.DescribeLayoutComponent[]FieldTypegetFieldType()element : fieldType of type {urn:partner.soap.sforce.com}fieldType java type: com.sforce.soap.partner.FieldTypevoidsetComponents(IDescribeLayoutComponent[] components)voidsetFieldType(FieldType fieldType)-
Methods inherited from interface com.sforce.soap.partner.IDescribeLayoutComponent
getDisplayLines, getTabOrder, getType, getValue, setDisplayLines, setTabOrder, setType, setValue
-
-
-
-
Method Detail
-
getComponents
IDescribeLayoutComponent[] getComponents()
element : components of type {urn:partner.soap.sforce.com}DescribeLayoutComponent java type: com.sforce.soap.partner.DescribeLayoutComponent[]
-
setComponents
void setComponents(IDescribeLayoutComponent[] components)
-
getFieldType
FieldType getFieldType()
element : fieldType of type {urn:partner.soap.sforce.com}fieldType java type: com.sforce.soap.partner.FieldType
-
setFieldType
void setFieldType(FieldType fieldType)
-
-