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 Summary
All 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
-
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()
-
-