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.EObjectA representation of the model object 'Db Object Def'.The following features are supported: - See Also:
- DbViewPackage.getDbObjectDef()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DbViewFieldDefgetMarkToDeleteField()Returns the value of the 'Mark To Delete Field' reference.DbViewFieldDefgetPostedField()Returns the value of the 'Posted Field' reference.DbViewFieldDefgetPresentationField()Returns the value of the 'Presentation Field' reference.DbViewFieldDefgetRecordRefField()Returns the value of the 'Record Ref Field' reference.DbViewFieldDefgetVersionField()Returns the value of the 'Version Field' reference.voidsetMarkToDeleteField(DbViewFieldDef value)Sets the value of the 'Mark To Delete Field' reference.voidsetPostedField(DbViewFieldDef value)Sets the value of the 'Posted Field' reference.voidsetPresentationField(DbViewFieldDef value)Sets the value of the 'Presentation Field' reference.voidsetRecordRefField(DbViewFieldDef value)Sets the value of the 'Record Ref Field' reference.voidsetVersionField(DbViewFieldDef value)Sets the value of the 'Version Field' reference.
 
- 
- 
- 
Method Detail- 
getRecordRefFieldDbViewFieldDef 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()
 
 - 
setRecordRefFieldvoid 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()
 
 - 
getMarkToDeleteFieldDbViewFieldDef 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()
 
 - 
setMarkToDeleteFieldvoid 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()
 
 - 
getPostedFieldDbViewFieldDef getPostedField() Returns the value of the 'Posted Field' reference.- Returns:
- the value of the 'Posted Field' reference.
- See Also:
- setPostedField(DbViewFieldDef),- DbViewPackage.getDbObjectDef_PostedField()
 
 - 
setPostedFieldvoid setPostedField(DbViewFieldDef value) Sets the value of the 'Posted Field' reference.- Parameters:
- value- the new value of the 'Posted Field' reference.
- See Also:
- getPostedField()
 
 - 
getPresentationFieldDbViewFieldDef getPresentationField() Returns the value of the 'Presentation Field' reference.- Returns:
- the value of the 'Presentation Field' reference.
- See Also:
- setPresentationField(DbViewFieldDef),- DbViewPackage.getDbObjectDef_PresentationField()
 
 - 
setPresentationFieldvoid setPresentationField(DbViewFieldDef value) Sets the value of the 'Presentation Field' reference.- Parameters:
- value- the new value of the 'Presentation Field' reference.
- See Also:
- getPresentationField()
 
 - 
getVersionFieldDbViewFieldDef getVersionField() Returns the value of the 'Version Field' reference.- Returns:
- the value of the 'Version Field' reference.
- See Also:
- setVersionField(DbViewFieldDef),- DbViewPackage.getDbObjectDef_VersionField()
 
 - 
setVersionFieldvoid setVersionField(DbViewFieldDef value) Sets the value of the 'Version Field' reference.- Parameters:
- value- the new value of the 'Version Field' reference.
- See Also:
- getVersionField()
 
 
- 
 
-