com.ibm.websphere.wim.pluginmanager.context

Interface DocumentRoot

    • Method Detail

      • getMixed

        Sequence getMixed()
        Returns the value of the 'Mixed' attribute list. The list contents are of type org.eclipse.emf.ecore.util.FeatureMap.Entry.

        If the meaning of the 'Mixed' attribute list isn't clear, there really should be more of a description here...

        See Also:
        ContextPackage.getDocumentRoot_Mixed()
        Model:
        unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true"
        Generated:
        Return:
        the value of the 'Mixed' attribute list.
      • getXMLNSPrefixMap

        java.util.Map 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...

        See Also:
        ContextPackage.getDocumentRoot_XMLNSPrefixMap()
        Model:
        mapType="org.eclipse.emf.ecore.EStringToStringMapEntry" keyType="java.lang.String" valueType="java.lang.String" transient="true"
        Generated:
        Return:
        the value of the 'XMLNS Prefix Map' map.
      • getXSISchemaLocation

        java.util.Map 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...

        See Also:
        ContextPackage.getDocumentRoot_XSISchemaLocation()
        Model:
        mapType="org.eclipse.emf.ecore.EStringToStringMapEntry" keyType="java.lang.String" valueType="java.lang.String" transient="true"
        Generated:
        Return:
        the value of the 'XSI Schema Location' map.
      • getExceptionContext

        ExceptionContext getExceptionContext()
        Returns the value of the 'Exception Context' containment reference.

        If the meaning of the 'Exception Context' containment reference isn't clear, there really should be more of a description here...

        See Also:
        setExceptionContext(ExceptionContext), ContextPackage.getDocumentRoot_ExceptionContext()
        Model:
        containment="true" resolveProxies="false" transient="true" volatile="true" derived="true"
        Generated:
        Return:
        the value of the 'Exception Context' containment reference.
      • createExceptionContext

        ExceptionContext createExceptionContext()
        This method will return a new ExceptionContext object that is contained by this object. This is equivalent to calling createDataObject("exceptionContext").
        Generated:
        Return:
        ExceptionContext