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.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isComputedMapValue(org.eclipse.emf.ecore.EObject object, EFeatureSettings feature, Object key)
    Checks if the value of the map in feature is computed string.
    boolean
    isComputedString(org.eclipse.emf.ecore.EObject object, EFeatureSettings stringFeature)
    Checks if the string in feature is computed string.
  • Method Details

    • isComputedString

      boolean isComputedString(org.eclipse.emf.ecore.EObject object, EFeatureSettings stringFeature)
      Checks if the string in feature is computed string.
      Parameters:
      object - the object
      stringFeature - 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 object
      feature - the feature of the map
      key - the key of the map
      Returns:
      true, if the value is computed string