Package com.e1c.langtool.settings
Interface ModelValueProviderExtension
- All Superinterfaces:
FeatureSettings,Serializable
- All Known Implementing Classes:
V8FeatureSettings.V8ModelFeatureSettings
The interface extension for feature settings that provides model value of the object.
This provider knows how to get string value for the object for this feature.
-
Method Summary
Methods inherited from interface com.e1c.langtool.settings.FeatureSettings
getName, getPresentation, isCamelCase, isId, isInterface, isModel, isMultiLine, isPreferContext, isTag, isUnique
-
Method Details
-
getValue
Gets the model value of the feature in the source object.- Parameters:
source- the source object, cannot benull.- Returns:
- the model value of the feature, may return
nullif value is empty.
-