org.eclipse.emf.emfstore.internal.common.model.provider
Class ValidationConstraintHelper

java.lang.Object
  extended by org.eclipse.emf.emfstore.internal.common.model.provider.ValidationConstraintHelper

Deprecated.

@Deprecated
public final class ValidationConstraintHelper
extends Object

Helps with validation of modelelements.

Author:
naughton

Method Summary
static org.eclipse.emf.ecore.EStructuralFeature getErrorFeatureForModelElement(org.eclipse.emf.ecore.EObject modelElement, String featureName)
          Deprecated. Returns the structural feature specified by the feature name belonging to the model element.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getErrorFeatureForModelElement

public static org.eclipse.emf.ecore.EStructuralFeature getErrorFeatureForModelElement(org.eclipse.emf.ecore.EObject modelElement,
                                                                                      String featureName)
Deprecated. 
Returns the structural feature specified by the feature name belonging to the model element.

Parameters:
modelElement - the modelElement
featureName - the featureName
Returns:
the structuralFeature


Copyright © 2016. All Rights Reserved.