Package com.e1c.langtool.v8.dt.settings
Class BasicModelValueProvider
java.lang.Object
com.e1c.langtool.v8.dt.settings.BasicModelValueProvider
- All Implemented Interfaces:
BiFunction<org.eclipse.emf.ecore.EObject,EFeatureSettings, String>
public class BasicModelValueProvider
extends Object
implements BiFunction<org.eclipse.emf.ecore.EObject,EFeatureSettings,String>
The basic Model string value provider for an
EObject that has EStructuralFeature with string value.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(org.eclipse.emf.ecore.EObject source, EFeatureSettings feature) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThen
-
Constructor Details
-
BasicModelValueProvider
public BasicModelValueProvider()
-
-
Method Details
-
apply
- Specified by:
applyin interfaceBiFunction<org.eclipse.emf.ecore.EObject,EFeatureSettings, String>
-