Package com._1c.g5.v8.dt.metadata.dbview
Interface DbObjectDef
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DbObjectDefImpl
public interface DbObjectDef
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Db Object Def'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Mark To Delete Field' reference.Returns the value of the 'Posted Field' reference.Returns the value of the 'Presentation Field' reference.Returns the value of the 'Record Ref Field' reference.Returns the value of the 'Version Field' reference.void
Sets the value of the 'Mark To Delete Field
' reference.void
setPostedField
(DbViewFieldDef value) Sets the value of the 'Posted Field
' reference.void
Sets the value of the 'Presentation Field
' reference.void
setRecordRefField
(DbViewFieldDef value) Sets the value of the 'Record Ref Field
' reference.void
setVersionField
(DbViewFieldDef value) Sets the value of the 'Version Field
' reference.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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getRecordRefField
DbViewFieldDef getRecordRefField()Returns the value of the 'Record Ref Field' reference.- Returns:
- the value of the 'Record Ref Field' reference.
- See Also:
-
setRecordRefField
Sets the value of the 'Record Ref Field
' reference.- Parameters:
value
- the new value of the 'Record Ref Field' reference.- See Also:
-
getMarkToDeleteField
DbViewFieldDef getMarkToDeleteField()Returns the value of the 'Mark To Delete Field' reference.- Returns:
- the value of the 'Mark To Delete Field' reference.
- See Also:
-
setMarkToDeleteField
Sets the value of the 'Mark To Delete Field
' reference.- Parameters:
value
- the new value of the 'Mark To Delete Field' reference.- See Also:
-
getPostedField
DbViewFieldDef getPostedField()Returns the value of the 'Posted Field' reference.- Returns:
- the value of the 'Posted Field' reference.
- See Also:
-
setPostedField
Sets the value of the 'Posted Field
' reference.- Parameters:
value
- the new value of the 'Posted Field' reference.- See Also:
-
getPresentationField
DbViewFieldDef getPresentationField()Returns the value of the 'Presentation Field' reference.- Returns:
- the value of the 'Presentation Field' reference.
- See Also:
-
setPresentationField
Sets the value of the 'Presentation Field
' reference.- Parameters:
value
- the new value of the 'Presentation Field' reference.- See Also:
-
getVersionField
DbViewFieldDef getVersionField()Returns the value of the 'Version Field' reference.- Returns:
- the value of the 'Version Field' reference.
- See Also:
-
setVersionField
Sets the value of the 'Version Field
' reference.- Parameters:
value
- the new value of the 'Version Field' reference.- See Also:
-