Package com._1c.g5.v8.dt.metadata.dbview
Interface DbViewVirtualFieldDef
- All Superinterfaces:
DbViewElement,DbViewFieldDef,DbViewFieldFieldDef,DuallyNamedElement,org.eclipse.emf.ecore.EObject,NamedElement,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DbViewVirtualFieldDefImpl
A representation of the model object 'Virtual Field Def'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the value of the 'To Values Enable' attribute.voidsetToValuesEnable(boolean value) Sets the value of the 'To Values Enable' attribute.Methods inherited from interface com._1c.g5.v8.dt.metadata.dbview.DbViewElement
getMdObject, getPresentation, setMdObjectMethods inherited from interface com._1c.g5.v8.dt.metadata.dbview.DbViewFieldDef
getFieldRole, getPresentationSource, getType, setFieldRole, setPresentationSource, setTypeMethods inherited from interface com._1c.g5.v8.dt.mcore.DuallyNamedElement
getNameRu, setNameRuMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface com._1c.g5.v8.dt.mcore.NamedElement
getName, setNameMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
isToValuesEnable
boolean isToValuesEnable()Returns the value of the 'To Values Enable' attribute.- Returns:
- the value of the 'To Values Enable' attribute.
- See Also:
-
setToValuesEnable
void setToValuesEnable(boolean value) Sets the value of the 'To Values Enable' attribute.- Parameters:
value- the new value of the 'To Values Enable' attribute.- See Also:
-