org.eclipse.emf.emfstore.internal.common.model.util
Class SettingWithReferencedElement

java.lang.Object
  extended by org.eclipse.emf.emfstore.internal.common.model.util.SettingWithReferencedElement

public class SettingWithReferencedElement
extends Object

Represents a Setting (EObject and Feature) and its referenced element.

Author:
Edgar Mueller

Constructor Summary
SettingWithReferencedElement(org.eclipse.emf.ecore.EStructuralFeature.Setting setting, org.eclipse.emf.ecore.EObject referencedElement)
          Constructor.
 
Method Summary
 org.eclipse.emf.ecore.EObject getReferencedElement()
          Get the referenced element.
 org.eclipse.emf.ecore.EStructuralFeature.Setting getSetting()
          Get the setting.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SettingWithReferencedElement

public SettingWithReferencedElement(org.eclipse.emf.ecore.EStructuralFeature.Setting setting,
                                    org.eclipse.emf.ecore.EObject referencedElement)
Constructor.

Parameters:
setting - the setting
referencedElement - the referenced element
Method Detail

getReferencedElement

public org.eclipse.emf.ecore.EObject getReferencedElement()
Get the referenced element.

Returns:
the element

getSetting

public org.eclipse.emf.ecore.EStructuralFeature.Setting getSetting()
Get the setting.

Returns:
the setting


Copyright © 2015. All Rights Reserved.