Package com._1c.g5.v8.dt.form
Interface IFormObjectDefaultValueProvider
- All Known Implementing Classes:
FormObjectDefaultValueProvider
public interface IFormObjectDefaultValueProvider
Provide defaults values
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isDefaultValue
(org.eclipse.emf.ecore.EObject contextObject, org.eclipse.emf.ecore.EStructuralFeature feature, Version version) Check value of given context-feature is default
-
Method Details
-
isDefaultValue
boolean isDefaultValue(org.eclipse.emf.ecore.EObject contextObject, org.eclipse.emf.ecore.EStructuralFeature feature, Version version) Check value of given context-feature is default- Parameters:
contextObject
- the context object, cannot benull
feature
- the context object feature, cannot benull
version
- the projectVersion
, cannot benull
- Returns:
true
if value in given feature is default,false
otherwise
-