Class DataCompositionParameterValueDuallyNamedComputedFeatureProvider

java.lang.Object
com.e1c.langtool.v8.dt.dcs.translator.DataCompositionParameterValueDuallyNamedComputedFeatureProvider
All Implemented Interfaces:
IComputedNameProvider, IComputedStringFeatureProvider

public class DataCompositionParameterValueDuallyNamedComputedFeatureProvider extends Object implements IComputedStringFeatureProvider
Dually named parameters of DCS should be translated with provider only in DcsObjectCopier.
  • Constructor Details

    • DataCompositionParameterValueDuallyNamedComputedFeatureProvider

      public DataCompositionParameterValueDuallyNamedComputedFeatureProvider()
  • Method Details

    • isComputedString

      public boolean isComputedString(org.eclipse.emf.ecore.EObject object, EFeatureSettings stringFeature)
      Description copied from interface: IComputedStringFeatureProvider
      Checks if the string in feature is computed string.
      Specified by:
      isComputedString in interface IComputedStringFeatureProvider
      Parameters:
      object - the object
      stringFeature - the string feature
      Returns:
      true, if the string is computed
    • isSupported

      public boolean isSupported(org.eclipse.emf.ecore.EObject object)
      Description copied from interface: IComputedNameProvider
      Checks if given EObject is supported by this provider.
      Specified by:
      isSupported in interface IComputedNameProvider
      Parameters:
      object - the object
      Returns:
      true, if it is supported