Class ComputedNameService
java.lang.Object
com.e1c.langtool.internal.emf.collector.ComputedNameService
- All Implemented Interfaces:
IComputedNameService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisComputedMapValue(org.eclipse.emf.ecore.EObject object, EFeatureSettings feature, Object key) Checks if the value of the map in feature is computed string.booleanisComputedString(org.eclipse.emf.ecore.EObject object, EFeatureSettings stringFeature) Checks if the string in feature is computed string.
-
Constructor Details
-
ComputedNameService
public ComputedNameService()
-
-
Method Details
-
isComputedString
public boolean isComputedString(org.eclipse.emf.ecore.EObject object, EFeatureSettings stringFeature) Description copied from interface:IComputedNameServiceChecks if the string in feature is computed string.- Specified by:
isComputedStringin interfaceIComputedNameService- Parameters:
object- the objectstringFeature- the string feature- Returns:
- true, if the string is computed
-
isComputedMapValue
public boolean isComputedMapValue(org.eclipse.emf.ecore.EObject object, EFeatureSettings feature, Object key) Description copied from interface:IComputedNameServiceChecks if the value of the map in feature is computed string.- Specified by:
isComputedMapValuein interfaceIComputedNameService- Parameters:
object- the objectfeature- the feature of the mapkey- the key of the map- Returns:
- true, if the value is computed string
-