public interface IDescribeTab
| Modifier and Type | Method and Description |
|---|---|
IDescribeColor[] |
getColors()
element : colors of type {urn:partner.soap.sforce.com}DescribeColor
java type: com.sforce.soap.partner.DescribeColor[]
|
boolean |
getCustom()
element : custom of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
IDescribeIcon[] |
getIcons()
element : icons of type {urn:partner.soap.sforce.com}DescribeIcon
java type: com.sforce.soap.partner.DescribeIcon[]
|
String |
getIconUrl()
element : iconUrl of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getLabel()
element : label of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getMiniIconUrl()
element : miniIconUrl of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getName()
element : name of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getSobjectName()
element : sobjectName of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getUrl()
element : url of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
boolean |
isCustom() |
void |
setColors(IDescribeColor[] colors) |
void |
setCustom(boolean custom) |
void |
setIcons(IDescribeIcon[] icons) |
void |
setIconUrl(String iconUrl) |
void |
setLabel(String label) |
void |
setMiniIconUrl(String miniIconUrl) |
void |
setName(String name) |
void |
setSobjectName(String sobjectName) |
void |
setUrl(String url) |
IDescribeColor[] getColors()
void setColors(IDescribeColor[] colors)
boolean getCustom()
boolean isCustom()
void setCustom(boolean custom)
String getIconUrl()
void setIconUrl(String iconUrl)
IDescribeIcon[] getIcons()
void setIcons(IDescribeIcon[] icons)
String getLabel()
void setLabel(String label)
String getMiniIconUrl()
void setMiniIconUrl(String miniIconUrl)
String getName()
void setName(String name)
String getSobjectName()
void setSobjectName(String sobjectName)
String getUrl()
void setUrl(String url)
Copyright © 2015. All Rights Reserved.