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 TypeMethodDescriptionboolean
Returns the value of the 'To Values Enable' attribute.void
setToValuesEnable
(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, setMdObject
Methods inherited from interface com._1c.g5.v8.dt.metadata.dbview.DbViewFieldDef
getFieldRole, getPresentationSource, getType, setFieldRole, setPresentationSource, setType
Methods inherited from interface com._1c.g5.v8.dt.mcore.DuallyNamedElement
getNameRu, setNameRu
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface com._1c.g5.v8.dt.mcore.NamedElement
getName, setName
Methods 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:
-