Interface DocumentRoot
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DocumentRootImpl
public interface DocumentRoot extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Document Root'.The following features are supported:
- See Also:
ColorPackage.getDocumentRoot()- Generated code
- Model
- extendedMetaData="name='' kind='mixed'"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBackgroundColor()Returns the value of the 'Background Color' attribute.StringgetBorderColor()Returns the value of the 'Border Color' attribute.StringgetColor()Returns the value of the 'Color' attribute.org.eclipse.emf.ecore.util.FeatureMapgetMixed()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.voidsetBackgroundColor(String value)Sets the value of the 'Background Color' attribute.voidsetBorderColor(String value)Sets the value of the 'Border Color' attribute.voidsetColor(String value)Sets the value of the 'Color' attribute.
-
-
-
Method Detail
-
getMixed
org.eclipse.emf.ecore.util.FeatureMap getMixed()
Returns the value of the 'Mixed' attribute list. The list contents are of typeFeatureMap.Entry.If the meaning of the 'Mixed' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Mixed' attribute list.
- See Also:
ColorPackage.getDocumentRoot_Mixed()- Generated code
- Model
- unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" extendedMetaData="kind='elementWildcard' name=':mixed'"
-
getXMLNSPrefixMap
org.eclipse.emf.common.util.EMap<String,String> getXMLNSPrefixMap()
Returns the value of the 'XMLNS Prefix Map' map. The key is of typeString, and the value is of typeString,If the meaning of the 'XMLNS Prefix Map' map isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'XMLNS Prefix Map' map.
- See Also:
ColorPackage.getDocumentRoot_XMLNSPrefixMap()- Generated code
- Model
- mapType="org.eclipse.emf.ecore.EStringToStringMapEntry
" transient="true" extendedMetaData="kind='attribute' name='xmlns:prefix'"
-
getXSISchemaLocation
org.eclipse.emf.common.util.EMap<String,String> getXSISchemaLocation()
Returns the value of the 'XSI Schema Location' map. The key is of typeString, and the value is of typeString,If the meaning of the 'XSI Schema Location' map isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'XSI Schema Location' map.
- See Also:
ColorPackage.getDocumentRoot_XSISchemaLocation()- Generated code
- Model
- mapType="org.eclipse.emf.ecore.EStringToStringMapEntry
" transient="true" extendedMetaData="kind='attribute' name='xsi:schemaLocation'"
-
getBackgroundColor
String getBackgroundColor()
Returns the value of the 'Background Color' attribute.If the meaning of the 'Background Color' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Background Color' attribute.
- See Also:
setBackgroundColor(String),ColorPackage.getDocumentRoot_BackgroundColor()- Generated code
- Model
- dataType="org.omg.spec.bpmn.non.normative.color.HexColor" extendedMetaData="kind='attribute' name='background-color' namespace='##targetNamespace'"
-
setBackgroundColor
void setBackgroundColor(String value)
Sets the value of the 'Background Color' attribute.- Parameters:
value- the new value of the 'Background Color' attribute.- See Also:
getBackgroundColor()- Generated code
-
getBorderColor
String getBorderColor()
Returns the value of the 'Border Color' attribute.If the meaning of the 'Border Color' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Border Color' attribute.
- See Also:
setBorderColor(String),ColorPackage.getDocumentRoot_BorderColor()- Generated code
- Model
- dataType="org.omg.spec.bpmn.non.normative.color.HexColor" extendedMetaData="kind='attribute' name='border-color' namespace='##targetNamespace'"
-
setBorderColor
void setBorderColor(String value)
Sets the value of the 'Border Color' attribute.- Parameters:
value- the new value of the 'Border Color' attribute.- See Also:
getBorderColor()- Generated code
-
getColor
String getColor()
Returns the value of the 'Color' attribute.If the meaning of the 'Color' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Color' attribute.
- See Also:
setColor(String),ColorPackage.getDocumentRoot_Color()- Generated code
- Model
- dataType="org.omg.spec.bpmn.non.normative.color.HexColor" extendedMetaData="kind='attribute' name='color' namespace='##targetNamespace'"
-
setColor
void setColor(String value)
Sets the value of the 'Color' attribute.- Parameters:
value- the new value of the 'Color' attribute.- See Also:
getColor()- Generated code
-
-