Package com.sforce.soap.partner
Interface IDescribeColumn
- All Known Implementing Classes:
DescribeColumn
public interface IDescribeColumn
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Method Summary
Modifier and TypeMethodDescriptiongetField()element : field of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : format of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringgetLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringgetName()element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringvoidvoidvoidvoid
-
Method Details
-
getField
String getField()element : field of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setField
-
getFormat
String getFormat()element : format of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setFormat
-
getLabel
String getLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setLabel
-
getName
String getName()element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setName
-