public class ListViewColumn extends java.lang.Object implements XMLizable, IListViewColumn
| Constructor and Description |
|---|
ListViewColumn()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAscendingLabel()
element : ascendingLabel of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getDescendingLabel()
element : descendingLabel of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getFieldNameOrPath()
element : fieldNameOrPath of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
boolean |
getHidden()
element : hidden of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
java.lang.String |
getLabel()
element : label of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
boolean |
getSearchable()
element : searchable of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
java.lang.String |
getSelectListItem()
element : selectListItem of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
boolean |
getSortable()
element : sortable of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
OrderByDirection |
getSortDirection()
element : sortDirection of type {urn:partner.soap.sforce.com}orderByDirection
java type: com.sforce.soap.partner.OrderByDirection
|
java.lang.Integer |
getSortIndex()
element : sortIndex of type {http://www.w3.org/2001/XMLSchema}int
java type: java.lang.Integer
|
FieldType |
getType()
element : type of type {urn:partner.soap.sforce.com}fieldType
java type: com.sforce.soap.partner.FieldType
|
boolean |
isHidden() |
boolean |
isSearchable() |
boolean |
isSortable() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setAscendingLabel(java.lang.String ascendingLabel) |
protected void |
setAscendingLabel(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setDescendingLabel(java.lang.String descendingLabel) |
protected void |
setDescendingLabel(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setFieldNameOrPath(java.lang.String fieldNameOrPath) |
protected void |
setFieldNameOrPath(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setHidden(boolean hidden) |
protected void |
setHidden(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setLabel(java.lang.String label) |
protected void |
setLabel(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setSearchable(boolean searchable) |
protected void |
setSearchable(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setSelectListItem(java.lang.String selectListItem) |
protected void |
setSelectListItem(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setSortable(boolean sortable) |
protected void |
setSortable(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setSortDirection(OrderByDirection sortDirection) |
protected void |
setSortDirection(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setSortIndex(java.lang.Integer sortIndex) |
protected void |
setSortIndex(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setType(FieldType type) |
protected void |
setType(XmlInputStream __in,
TypeMapper __typeMapper) |
java.lang.String |
toString() |
void |
write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
public java.lang.String getAscendingLabel()
IListViewColumngetAscendingLabel in interface IListViewColumnpublic void setAscendingLabel(java.lang.String ascendingLabel)
setAscendingLabel in interface IListViewColumnprotected void setAscendingLabel(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getDescendingLabel()
IListViewColumngetDescendingLabel in interface IListViewColumnpublic void setDescendingLabel(java.lang.String descendingLabel)
setDescendingLabel in interface IListViewColumnprotected void setDescendingLabel(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getFieldNameOrPath()
IListViewColumngetFieldNameOrPath in interface IListViewColumnpublic void setFieldNameOrPath(java.lang.String fieldNameOrPath)
setFieldNameOrPath in interface IListViewColumnprotected void setFieldNameOrPath(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic boolean getHidden()
IListViewColumngetHidden in interface IListViewColumnpublic boolean isHidden()
isHidden in interface IListViewColumnpublic void setHidden(boolean hidden)
setHidden in interface IListViewColumnprotected void setHidden(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getLabel()
IListViewColumngetLabel in interface IListViewColumnpublic void setLabel(java.lang.String label)
setLabel in interface IListViewColumnprotected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic boolean getSearchable()
IListViewColumngetSearchable in interface IListViewColumnpublic boolean isSearchable()
isSearchable in interface IListViewColumnpublic void setSearchable(boolean searchable)
setSearchable in interface IListViewColumnprotected void setSearchable(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getSelectListItem()
IListViewColumngetSelectListItem in interface IListViewColumnpublic void setSelectListItem(java.lang.String selectListItem)
setSelectListItem in interface IListViewColumnprotected void setSelectListItem(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic OrderByDirection getSortDirection()
IListViewColumngetSortDirection in interface IListViewColumnpublic void setSortDirection(OrderByDirection sortDirection)
setSortDirection in interface IListViewColumnprotected void setSortDirection(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.Integer getSortIndex()
IListViewColumngetSortIndex in interface IListViewColumnpublic void setSortIndex(java.lang.Integer sortIndex)
setSortIndex in interface IListViewColumnprotected void setSortIndex(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic boolean getSortable()
IListViewColumngetSortable in interface IListViewColumnpublic boolean isSortable()
isSortable in interface IListViewColumnpublic void setSortable(boolean sortable)
setSortable in interface IListViewColumnprotected void setSortable(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic FieldType getType()
IListViewColumngetType in interface IListViewColumnpublic void setType(FieldType type)
setType in interface IListViewColumnprotected void setType(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic void write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
throws java.io.IOException
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws java.io.IOException
java.io.IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
load in interface XMLizablejava.io.IOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2020. All Rights Reserved.