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 Summary
All 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
-
getTypes
org.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()
-
getCharacteristicTypes
CharacteristicTypesAndValues 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()
-
setCharacteristicTypes
void 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()
-
getKeyField
QuerySchemaExpression 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()
-
setKeyField
void 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()
-
getNameField
QuerySchemaExpression 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()
-
setNameField
void 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()
-
getValueTypeField
QuerySchemaExpression 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()
-
setValueTypeField
void 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()
-
getCharacteristicValues
CharacteristicTypesAndValues 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()
-
setCharacteristicValues
void 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()
-
getObjectField
QuerySchemaExpression 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()
-
setObjectField
void 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()
-
getTypeField
QuerySchemaExpression 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()
-
setTypeField
void 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()
-
getValueField
QuerySchemaExpression 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()
-
setValueField
void 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()
-
getType
TypeDescription getType()
-
-