Package com._1c.g5.v8.dt.ql.dcs.model
Interface DcsExtensionPartCharacteristics
- 
- All Superinterfaces:
- DcsExtensionPart,- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- DcsExtensionPartCharacteristicsImpl
 
 public interface DcsExtensionPartCharacteristics extends DcsExtensionPart A representation of the model object 'Dcs Extension Part Characteristics'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CharacteristicCompositionDataQuerySchemagetCharacteristics()Returns the value of the 'Characteristics' containment reference.voidsetCharacteristics(CharacteristicCompositionDataQuerySchema value)Sets the value of the 'Characteristics' containment reference.
 
- 
- 
- 
Method Detail- 
getCharacteristicsCharacteristicCompositionDataQuerySchema getCharacteristics() Returns the value of the 'Characteristics' containment reference.- Returns:
- the value of the 'Characteristics' containment reference.
- See Also:
- setCharacteristics(CharacteristicCompositionDataQuerySchema),- QlDcsPackage.getDcsExtensionPartCharacteristics_Characteristics()
 
 - 
setCharacteristicsvoid setCharacteristics(CharacteristicCompositionDataQuerySchema value) Sets the value of the 'Characteristics' containment reference.- Parameters:
- value- the new value of the 'Characteristics' containment reference.
- See Also:
- getCharacteristics()
 
 
- 
 
-