public interface DocumentRoot
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ColorPackage.getDocumentRoot()
Modifier and Type | Method and Description |
---|---|
String |
getBackgroundColor()
Returns the value of the 'Background Color' attribute
|
String |
getBorderColor()
Returns the value of the 'Border Color' attribute
|
String |
getColor()
Returns the value of the 'Color' attribute
|
org.eclipse.emf.ecore.util.FeatureMap |
getMixed()
Returns the value of the 'Mixed' attribute list.
|
org.eclipse.emf.common.util.EMap<String,String> |
getXMLNSPrefixMap()
Returns the value of the 'XMLNS Prefix Map' map.
|
org.eclipse.emf.common.util.EMap<String,String> |
getXSISchemaLocation()
Returns the value of the 'XSI Schema Location' map.
|
void |
setBackgroundColor(String value)
Sets the value of the '
Background Color ' attribute |
void |
setBorderColor(String value)
Sets the value of the '
Border Color ' attribute |
void |
setColor(String value)
Sets the value of the '
Color ' attribute |
org.eclipse.emf.ecore.util.FeatureMap getMixed()
FeatureMap.Entry
.
If the meaning of the 'Mixed' attribute list isn't clear, there really should be more of a description here...
ColorPackage.getDocumentRoot_Mixed()
org.eclipse.emf.common.util.EMap<String,String> getXMLNSPrefixMap()
String
,
and the value is of type String
,
If the meaning of the 'XMLNS Prefix Map' map isn't clear, there really should be more of a description here...
ColorPackage.getDocumentRoot_XMLNSPrefixMap()
org.eclipse.emf.common.util.EMap<String,String> getXSISchemaLocation()
String
,
and the value is of type String
,
If the meaning of the 'XSI Schema Location' map isn't clear, there really should be more of a description here...
ColorPackage.getDocumentRoot_XSISchemaLocation()
String getBackgroundColor()
If the meaning of the 'Background Color' attribute isn't clear, there really should be more of a description here...
setBackgroundColor(String)
,
ColorPackage.getDocumentRoot_BackgroundColor()
void setBackgroundColor(String value)
Background Color
' attribute.
value
- the new value of the 'Background Color' attribute.getBackgroundColor()
String getBorderColor()
If the meaning of the 'Border Color' attribute isn't clear, there really should be more of a description here...
setBorderColor(String)
,
ColorPackage.getDocumentRoot_BorderColor()
void setBorderColor(String value)
Border Color
' attribute.
value
- the new value of the 'Border Color' attribute.getBorderColor()
String getColor()
If the meaning of the 'Color' attribute isn't clear, there really should be more of a description here...
setColor(String)
,
ColorPackage.getDocumentRoot_Color()
void setColor(String value)
Color
' attribute.
value
- the new value of the 'Color' attribute.getColor()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.