Package com._1c.g5.v8.dt.ql.dcs.model
Interface DcsExtensionPartSelectFields
- 
- All Superinterfaces:
- DcsExtensionPart,- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- DcsExtensionPartSelectFieldsImpl
 
 public interface DcsExtensionPartSelectFields extends DcsExtensionPart A representation of the model object 'Dcs Extension Part Select Fields'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description SelectFieldsCompositionDataQuerySchemagetFields()Returns the value of the 'Fields' containment reference.voidsetFields(SelectFieldsCompositionDataQuerySchema value)Sets the value of the 'Fields' containment reference.
 
- 
- 
- 
Method Detail- 
getFieldsSelectFieldsCompositionDataQuerySchema getFields() Returns the value of the 'Fields' containment reference.- Returns:
- the value of the 'Fields' containment reference.
- See Also:
- setFields(SelectFieldsCompositionDataQuerySchema),- QlDcsPackage.getDcsExtensionPartSelectFields_Fields()
 
 - 
setFieldsvoid setFields(SelectFieldsCompositionDataQuerySchema value) Sets the value of the 'Fields' containment reference.- Parameters:
- value- the new value of the 'Fields' containment reference.
- See Also:
- getFields()
 
 
- 
 
-