Package com._1c.g5.v8.dt.metadata.dbview
Interface ConstantsDbViewDefs
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ConstantsDbViewDefsImpl
public interface ConstantsDbViewDefs extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Constants Db View Defs'.The following features are supported:
- See Also:
DbViewPackage.getConstantsDbViewDefs()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DbViewSelectDefgetAllConstantsSelectView()Returns the value of the 'All Constants Select View' containment reference.voidsetAllConstantsSelectView(DbViewSelectDef value)Sets the value of the 'All Constants Select View' containment reference.
-
-
-
Method Detail
-
getAllConstantsSelectView
DbViewSelectDef getAllConstantsSelectView()
Returns the value of the 'All Constants Select View' containment reference.- Returns:
- the value of the 'All Constants Select View' containment reference.
- See Also:
setAllConstantsSelectView(DbViewSelectDef),DbViewPackage.getConstantsDbViewDefs_AllConstantsSelectView()
-
setAllConstantsSelectView
void setAllConstantsSelectView(DbViewSelectDef value)
Sets the value of the 'All Constants Select View' containment reference.- Parameters:
value- the new value of the 'All Constants Select View' containment reference.- See Also:
getAllConstantsSelectView()
-
-