Interface VViewModelLoadingProperties

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.emf.common.util.EMap<java.lang.String,​java.lang.Object> getInheritableProperties()
      Returns the value of the 'Inheritable Properties' map.
      org.eclipse.emf.common.util.EMap<java.lang.String,​java.lang.Object> getNonInheritableProperties()
      Returns the value of the 'Non Inheritable Properties' map.
      • 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

      • getInheritableProperties

        org.eclipse.emf.common.util.EMap<java.lang.String,​java.lang.Object> getInheritableProperties()
        Returns the value of the 'Inheritable Properties' map. The key is of type String, and the value is of type Object,

        If the meaning of the 'Inheritable Properties' map isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Inheritable Properties' map.
        See Also:
        VViewPackage.getViewModelLoadingProperties_InheritableProperties()
      • getNonInheritableProperties

        org.eclipse.emf.common.util.EMap<java.lang.String,​java.lang.Object> getNonInheritableProperties()
        Returns the value of the 'Non Inheritable Properties' map. The key is of type String, and the value is of type Object,

        If the meaning of the 'Non Inheritable Properties' map isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Non Inheritable Properties' map.
        See Also:
        VViewPackage.getViewModelLoadingProperties_NonInheritableProperties()