com.sforce.soap.partner.IDescribeLayoutItem Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of force-partner-api Show documentation
Show all versions of force-partner-api Show documentation
Force.com Web Service Connector
The newest version!
package com.sforce.soap.partner;
/**
* This is a generated class for the SObject Enterprise API.
* Do not edit this file, as your changes will be lost.
*/
public interface IDescribeLayoutItem {
/**
* element : editableForNew of type {http://www.w3.org/2001/XMLSchema}boolean
* java type: boolean
*/
public boolean getEditableForNew();
public boolean isEditableForNew();
public void setEditableForNew(boolean editableForNew);
/**
* element : editableForUpdate of type {http://www.w3.org/2001/XMLSchema}boolean
* java type: boolean
*/
public boolean getEditableForUpdate();
public boolean isEditableForUpdate();
public void setEditableForUpdate(boolean editableForUpdate);
/**
* element : label of type {http://www.w3.org/2001/XMLSchema}string
* java type: java.lang.String
*/
public java.lang.String getLabel();
public void setLabel(java.lang.String label);
/**
* element : layoutComponents of type {urn:partner.soap.sforce.com}DescribeLayoutComponent
* java type: com.sforce.soap.partner.DescribeLayoutComponent[]
*/
public com.sforce.soap.partner.IDescribeLayoutComponent[] getLayoutComponents();
public void setLayoutComponents(com.sforce.soap.partner.IDescribeLayoutComponent[] layoutComponents);
/**
* element : placeholder of type {http://www.w3.org/2001/XMLSchema}boolean
* java type: boolean
*/
public boolean getPlaceholder();
public boolean isPlaceholder();
public void setPlaceholder(boolean placeholder);
/**
* element : required of type {http://www.w3.org/2001/XMLSchema}boolean
* java type: boolean
*/
public boolean getRequired();
public boolean isRequired();
public void setRequired(boolean required);
/**
* element : uiBehavior of type {urn:partner.soap.sforce.com}UiBehavior
* java type: com.sforce.soap.partner.UiBehavior[]
*/
public com.sforce.soap.partner.UiBehavior[] getUiBehavior();
public void setUiBehavior(com.sforce.soap.partner.UiBehavior[] uiBehavior);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy