Package com.sforce.soap.partner
Interface IDescribeColor
- All Known Implementing Classes:
DescribeColor
public interface IDescribeColor
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 TypeMethodDescriptiongetColor()element : color of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : context of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringgetTheme()element : theme of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringvoidvoidsetContext(String context) void
-
Method Details
-
getColor
String getColor()element : color of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setColor
-
getContext
String getContext()element : context of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setContext
-
getTheme
String getTheme()element : theme of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setTheme
-