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 Type
    Method
    Description
    element : color of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : context of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : theme of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    void
     
    void
    setContext(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

      void setColor(String color)
    • getContext

      String getContext()
      element : context of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setContext

      void setContext(String context)
    • getTheme

      String getTheme()
      element : theme of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setTheme

      void setTheme(String theme)