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:
DbViewPackage.getDbObjectDef()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DbViewFieldDef
getMarkToDeleteField()
Returns the value of the 'Mark To Delete Field' reference.DbViewFieldDef
getPostedField()
Returns the value of the 'Posted Field' reference.DbViewFieldDef
getPresentationField()
Returns the value of the 'Presentation Field' reference.DbViewFieldDef
getRecordRefField()
Returns the value of the 'Record Ref Field' reference.DbViewFieldDef
getVersionField()
Returns the value of the 'Version Field' reference.void
setMarkToDeleteField(DbViewFieldDef value)
Sets the value of the 'Mark To Delete Field
' reference.void
setPostedField(DbViewFieldDef value)
Sets the value of the 'Posted Field
' reference.void
setPresentationField(DbViewFieldDef value)
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.
-
-
-
Method Detail
-
getRecordRefField
DbViewFieldDef getRecordRefField()
Returns the value of the 'Record Ref Field' reference.- Returns:
- the value of the 'Record Ref Field' reference.
- See Also:
setRecordRefField(DbViewFieldDef)
,DbViewPackage.getDbObjectDef_RecordRefField()
-
setRecordRefField
void setRecordRefField(DbViewFieldDef value)
Sets the value of the 'Record Ref Field
' reference.- Parameters:
value
- the new value of the 'Record Ref Field' reference.- See Also:
getRecordRefField()
-
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(DbViewFieldDef)
,DbViewPackage.getDbObjectDef_MarkToDeleteField()
-
setMarkToDeleteField
void setMarkToDeleteField(DbViewFieldDef value)
Sets the value of the 'Mark To Delete Field
' reference.- Parameters:
value
- the new value of the 'Mark To Delete Field' reference.- See Also:
getMarkToDeleteField()
-
getPostedField
DbViewFieldDef getPostedField()
Returns the value of the 'Posted Field' reference.- Returns:
- the value of the 'Posted Field' reference.
- See Also:
setPostedField(DbViewFieldDef)
,DbViewPackage.getDbObjectDef_PostedField()
-
setPostedField
void setPostedField(DbViewFieldDef value)
Sets the value of the 'Posted Field
' reference.- Parameters:
value
- the new value of the 'Posted Field' reference.- See Also:
getPostedField()
-
getPresentationField
DbViewFieldDef getPresentationField()
Returns the value of the 'Presentation Field' reference.- Returns:
- the value of the 'Presentation Field' reference.
- See Also:
setPresentationField(DbViewFieldDef)
,DbViewPackage.getDbObjectDef_PresentationField()
-
setPresentationField
void setPresentationField(DbViewFieldDef value)
Sets the value of the 'Presentation Field
' reference.- Parameters:
value
- the new value of the 'Presentation Field' reference.- See Also:
getPresentationField()
-
getVersionField
DbViewFieldDef getVersionField()
Returns the value of the 'Version Field' reference.- Returns:
- the value of the 'Version Field' reference.
- See Also:
setVersionField(DbViewFieldDef)
,DbViewPackage.getDbObjectDef_VersionField()
-
setVersionField
void setVersionField(DbViewFieldDef value)
Sets the value of the 'Version Field
' reference.- Parameters:
value
- the new value of the 'Version Field' reference.- See Also:
getVersionField()
-
-