Package com.e1c.langtool.emf.collector
Interface IComputedNameService
- All Known Implementing Classes:
ComputedNameService
public interface IComputedNameService
The Interface IComputedNameService.
Check whether the EObject sting is computed from strings of base objects or not.
Returns computed string from translations.
-
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.
-
Method Details
-
isComputedString
Checks if the string in feature is computed string.- Parameters:
object- the objectstringFeature- the string feature- Returns:
- true, if the string is computed
-
isComputedMapValue
boolean isComputedMapValue(org.eclipse.emf.ecore.EObject object, EFeatureSettings feature, Object key) Checks if the value of the map in feature is computed string.- Parameters:
object- the objectfeature- the feature of the mapkey- the key of the map- Returns:
- true, if the value is computed string
-