Package com._1c.g5.v8.dt.ql.dcs.model
Interface CharacteristicCompositionDataQuerySchema
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- CharacteristicCompositionDataQuerySchemaImpl
 
 public interface CharacteristicCompositionDataQuerySchema extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Characteristic Composition Data Query Schema'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CharacteristicTypesAndValuesgetCharacteristicTypes()Returns the value of the 'Characteristic Types' containment reference.CharacteristicTypesAndValuesgetCharacteristicValues()Returns the value of the 'Characteristic Values' containment reference.QuerySchemaExpressiongetKeyField()Returns the value of the 'Key Field' containment reference.QuerySchemaExpressiongetNameField()Returns the value of the 'Name Field' containment reference.QuerySchemaExpressiongetObjectField()Returns the value of the 'Object Field' containment reference.TypeDescriptiongetType()QuerySchemaExpressiongetTypeField()Returns the value of the 'Type Field' containment reference.org.eclipse.emf.common.util.EList<AbstractQuerySchemaTable>getTypes()Returns the value of the 'Types' containment reference list.QuerySchemaExpressiongetValueField()Returns the value of the 'Value Field' containment reference.QuerySchemaExpressiongetValueTypeField()Returns the value of the 'Value Type Field' containment reference.voidsetCharacteristicTypes(CharacteristicTypesAndValues value)Sets the value of the 'Characteristic Types' containment reference.voidsetCharacteristicValues(CharacteristicTypesAndValues value)Sets the value of the 'Characteristic Values' containment reference.voidsetKeyField(QuerySchemaExpression value)Sets the value of the 'Key Field' containment reference.voidsetNameField(QuerySchemaExpression value)Sets the value of the 'Name Field' containment reference.voidsetObjectField(QuerySchemaExpression value)Sets the value of the 'Object Field' containment reference.voidsetTypeField(QuerySchemaExpression value)Sets the value of the 'Type Field' containment reference.voidsetValueField(QuerySchemaExpression value)Sets the value of the 'Value Field' containment reference.voidsetValueTypeField(QuerySchemaExpression value)Sets the value of the 'Value Type Field' containment reference.
 
- 
- 
- 
Method Detail- 
getTypesorg.eclipse.emf.common.util.EList<AbstractQuerySchemaTable> getTypes() Returns the value of the 'Types' containment reference list. The list contents are of typeAbstractQuerySchemaTable.- Returns:
- the value of the 'Types' containment reference list.
- See Also:
- QlDcsPackage.getCharacteristicCompositionDataQuerySchema_Types()
 
 - 
getCharacteristicTypesCharacteristicTypesAndValues getCharacteristicTypes() Returns the value of the 'Characteristic Types' containment reference.- Returns:
- the value of the 'Characteristic Types' containment reference.
- See Also:
- setCharacteristicTypes(CharacteristicTypesAndValues),- QlDcsPackage.getCharacteristicCompositionDataQuerySchema_CharacteristicTypes()
 
 - 
setCharacteristicTypesvoid setCharacteristicTypes(CharacteristicTypesAndValues value) Sets the value of the 'Characteristic Types' containment reference.- Parameters:
- value- the new value of the 'Characteristic Types' containment reference.
- See Also:
- getCharacteristicTypes()
 
 - 
getKeyFieldQuerySchemaExpression getKeyField() Returns the value of the 'Key Field' containment reference.- Returns:
- the value of the 'Key Field' containment reference.
- See Also:
- setKeyField(QuerySchemaExpression),- QlDcsPackage.getCharacteristicCompositionDataQuerySchema_KeyField()
 
 - 
setKeyFieldvoid setKeyField(QuerySchemaExpression value) Sets the value of the 'Key Field' containment reference.- Parameters:
- value- the new value of the 'Key Field' containment reference.
- See Also:
- getKeyField()
 
 - 
getNameFieldQuerySchemaExpression getNameField() Returns the value of the 'Name Field' containment reference.- Returns:
- the value of the 'Name Field' containment reference.
- See Also:
- setNameField(QuerySchemaExpression),- QlDcsPackage.getCharacteristicCompositionDataQuerySchema_NameField()
 
 - 
setNameFieldvoid setNameField(QuerySchemaExpression value) Sets the value of the 'Name Field' containment reference.- Parameters:
- value- the new value of the 'Name Field' containment reference.
- See Also:
- getNameField()
 
 - 
getValueTypeFieldQuerySchemaExpression getValueTypeField() Returns the value of the 'Value Type Field' containment reference.- Returns:
- the value of the 'Value Type Field' containment reference.
- See Also:
- setValueTypeField(QuerySchemaExpression),- QlDcsPackage.getCharacteristicCompositionDataQuerySchema_ValueTypeField()
 
 - 
setValueTypeFieldvoid setValueTypeField(QuerySchemaExpression value) Sets the value of the 'Value Type Field' containment reference.- Parameters:
- value- the new value of the 'Value Type Field' containment reference.
- See Also:
- getValueTypeField()
 
 - 
getCharacteristicValuesCharacteristicTypesAndValues getCharacteristicValues() Returns the value of the 'Characteristic Values' containment reference.- Returns:
- the value of the 'Characteristic Values' containment reference.
- See Also:
- setCharacteristicValues(CharacteristicTypesAndValues),- QlDcsPackage.getCharacteristicCompositionDataQuerySchema_CharacteristicValues()
 
 - 
setCharacteristicValuesvoid setCharacteristicValues(CharacteristicTypesAndValues value) Sets the value of the 'Characteristic Values' containment reference.- Parameters:
- value- the new value of the 'Characteristic Values' containment reference.
- See Also:
- getCharacteristicValues()
 
 - 
getObjectFieldQuerySchemaExpression getObjectField() Returns the value of the 'Object Field' containment reference.- Returns:
- the value of the 'Object Field' containment reference.
- See Also:
- setObjectField(QuerySchemaExpression),- QlDcsPackage.getCharacteristicCompositionDataQuerySchema_ObjectField()
 
 - 
setObjectFieldvoid setObjectField(QuerySchemaExpression value) Sets the value of the 'Object Field' containment reference.- Parameters:
- value- the new value of the 'Object Field' containment reference.
- See Also:
- getObjectField()
 
 - 
getTypeFieldQuerySchemaExpression getTypeField() Returns the value of the 'Type Field' containment reference.- Returns:
- the value of the 'Type Field' containment reference.
- See Also:
- setTypeField(QuerySchemaExpression),- QlDcsPackage.getCharacteristicCompositionDataQuerySchema_TypeField()
 
 - 
setTypeFieldvoid setTypeField(QuerySchemaExpression value) Sets the value of the 'Type Field' containment reference.- Parameters:
- value- the new value of the 'Type Field' containment reference.
- See Also:
- getTypeField()
 
 - 
getValueFieldQuerySchemaExpression getValueField() Returns the value of the 'Value Field' containment reference.- Returns:
- the value of the 'Value Field' containment reference.
- See Also:
- setValueField(QuerySchemaExpression),- QlDcsPackage.getCharacteristicCompositionDataQuerySchema_ValueField()
 
 - 
setValueFieldvoid setValueField(QuerySchemaExpression value) Sets the value of the 'Value Field' containment reference.- Parameters:
- value- the new value of the 'Value Field' containment reference.
- See Also:
- getValueField()
 
 - 
getTypeTypeDescription getType() 
 
- 
 
-