Package com.sforce.soap.partner
Interface IPicklistForRecordType
-
- All Known Implementing Classes:
PicklistForRecordType
public interface IPicklistForRecordTypeThis 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 StringgetPicklistName()element : picklistName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringIPicklistEntry[]getPicklistValues()element : picklistValues of type {urn:partner.soap.sforce.com}PicklistEntry java type: com.sforce.soap.partner.PicklistEntry[]voidsetPicklistName(String picklistName)voidsetPicklistValues(IPicklistEntry[] picklistValues)
-
-
-
Method Detail
-
getPicklistName
String getPicklistName()
element : picklistName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setPicklistName
void setPicklistName(String picklistName)
-
getPicklistValues
IPicklistEntry[] getPicklistValues()
element : picklistValues of type {urn:partner.soap.sforce.com}PicklistEntry java type: com.sforce.soap.partner.PicklistEntry[]
-
setPicklistValues
void setPicklistValues(IPicklistEntry[] picklistValues)
-
-