public class FeatureUtil
extends java.lang.Object
Constructor and Description |
---|
FeatureUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isAttribute(org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature)
Returns true if an eStructuralFeature is an attribute, otherwise false.
|
static boolean |
isReference(org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature)
Returns true if an eStructuralFeature is a reference, otherwise false.
|
public static boolean isReference(org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature)
eStructuralFeature
- an eStructuralFeaturepublic static boolean isAttribute(org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature)
eStructuralFeature
- an eStructuralFeature