Package com._1c.g5.v8.dt.form
Interface IFormObjectDefaultValueProvider
-
public interface IFormObjectDefaultValueProviderProvide defaults values
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisDefaultValue(org.eclipse.emf.ecore.EObject contextObject, org.eclipse.emf.ecore.EStructuralFeature feature, Version version)Check value of given context-feature is default
-
-
-
Method Detail
-
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 benullfeature- the context object feature, cannot benullversion- the projectVersion, cannot benull- Returns:
trueif value in given feature is default,falseotherwise
-
-