Class ComputedNameService

java.lang.Object
com.e1c.langtool.internal.emf.collector.ComputedNameService
All Implemented Interfaces:
IComputedNameService

public class ComputedNameService extends Object implements IComputedNameService
  • Constructor Details

    • ComputedNameService

      public ComputedNameService()
  • Method Details

    • isComputedString

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