Package com.sforce.soap.partner
Interface IDescribeSort
-
- All Known Implementing Classes:
DescribeSort
public interface IDescribeSortThis 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 booleangetAscending()element : ascending of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetColumn()element : column of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleanisAscending()voidsetAscending(boolean ascending)voidsetColumn(String column)
-
-
-
Method Detail
-
getAscending
boolean getAscending()
element : ascending of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isAscending
boolean isAscending()
-
setAscending
void setAscending(boolean ascending)
-
getColumn
String getColumn()
element : column of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setColumn
void setColumn(String column)
-
-