public interface IDescribeColor
| Modifier and Type | Method and Description |
|---|---|
String |
getColor()
element : color of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getContext()
element : context of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getTheme()
element : theme of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
void |
setColor(String color) |
void |
setContext(String context) |
void |
setTheme(String theme) |
String getColor()
void setColor(String color)
String getContext()
void setContext(String context)
String getTheme()
void setTheme(String theme)
Copyright © 2015. All Rights Reserved.