Interface DocumentRoot

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
      • Methods inherited from interface org.eclipse.emf.ecore.EObject

        eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface org.eclipse.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • Method Detail

      • getMixed

        org.eclipse.emf.ecore.util.FeatureMap getMixed()
        Returns the value of the 'Mixed' attribute list. The list contents are of type FeatureMap.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 type 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...

        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 type 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...

        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