Interface CharacteristicsDescription
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CharacteristicsDescriptionImpl
public interface CharacteristicsDescription extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Characteristics Description'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MdObject
getCharacteristicTypes()
Returns the value of the 'Characteristic Types' reference.MdObject
getCharacteristicValues()
Returns the value of the 'Characteristic Values' reference.String
getDataPathField()
Returns the value of the 'Data Path Field' attribute.Field
getKeyField()
Returns the value of the 'Key Field' reference.Field
getObjectField()
Returns the value of the 'Object Field' reference.Field
getTypeField()
Returns the value of the 'Type Field' reference.Field
getTypesFilterField()
Returns the value of the 'Types Filter Field' reference.Value
getTypesFilterValue()
Returns the value of the 'Types Filter Value' containment reference.Field
getValueField()
Returns the value of the 'Value Field' reference.void
setCharacteristicTypes(MdObject value)
Sets the value of the 'Characteristic Types
' reference.void
setCharacteristicValues(MdObject value)
Sets the value of the 'Characteristic Values
' reference.void
setDataPathField(String value)
Sets the value of the 'Data Path Field
' attribute.void
setKeyField(Field value)
Sets the value of the 'Key Field
' reference.void
setObjectField(Field value)
Sets the value of the 'Object Field
' reference.void
setTypeField(Field value)
Sets the value of the 'Type Field
' reference.void
setTypesFilterField(Field value)
Sets the value of the 'Types Filter Field
' reference.void
setTypesFilterValue(Value value)
Sets the value of the 'Types Filter Value
' containment reference.void
setValueField(Field value)
Sets the value of the 'Value Field
' reference.boolean
validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-
-
-
Method Detail
-
getCharacteristicTypes
MdObject getCharacteristicTypes()
Returns the value of the 'Characteristic Types' reference.- Returns:
- the value of the 'Characteristic Types' reference.
- See Also:
setCharacteristicTypes(MdObject)
,MdClassPackage.getCharacteristicsDescription_CharacteristicTypes()
-
setCharacteristicTypes
void setCharacteristicTypes(MdObject value)
Sets the value of the 'Characteristic Types
' reference.- Parameters:
value
- the new value of the 'Characteristic Types' reference.- See Also:
getCharacteristicTypes()
-
getKeyField
Field getKeyField()
Returns the value of the 'Key Field' reference.- Returns:
- the value of the 'Key Field' reference.
- See Also:
setKeyField(Field)
,MdClassPackage.getCharacteristicsDescription_KeyField()
-
setKeyField
void setKeyField(Field value)
Sets the value of the 'Key Field
' reference.- Parameters:
value
- the new value of the 'Key Field' reference.- See Also:
getKeyField()
-
getTypesFilterField
Field getTypesFilterField()
Returns the value of the 'Types Filter Field' reference.- Returns:
- the value of the 'Types Filter Field' reference.
- See Also:
setTypesFilterField(Field)
,MdClassPackage.getCharacteristicsDescription_TypesFilterField()
-
setTypesFilterField
void setTypesFilterField(Field value)
Sets the value of the 'Types Filter Field
' reference.- Parameters:
value
- the new value of the 'Types Filter Field' reference.- See Also:
getTypesFilterField()
-
getTypesFilterValue
Value getTypesFilterValue()
Returns the value of the 'Types Filter Value' containment reference.- Returns:
- the value of the 'Types Filter Value' containment reference.
- See Also:
setTypesFilterValue(Value)
,MdClassPackage.getCharacteristicsDescription_TypesFilterValue()
-
setTypesFilterValue
void setTypesFilterValue(Value value)
Sets the value of the 'Types Filter Value
' containment reference.- Parameters:
value
- the new value of the 'Types Filter Value' containment reference.- See Also:
getTypesFilterValue()
-
getDataPathField
String getDataPathField()
Returns the value of the 'Data Path Field' attribute.- Returns:
- the value of the 'Data Path Field' attribute.
- See Also:
setDataPathField(String)
,MdClassPackage.getCharacteristicsDescription_DataPathField()
-
setDataPathField
void setDataPathField(String value)
Sets the value of the 'Data Path Field
' attribute.- Parameters:
value
- the new value of the 'Data Path Field' attribute.- See Also:
getDataPathField()
-
getCharacteristicValues
MdObject getCharacteristicValues()
Returns the value of the 'Characteristic Values' reference.- Returns:
- the value of the 'Characteristic Values' reference.
- See Also:
setCharacteristicValues(MdObject)
,MdClassPackage.getCharacteristicsDescription_CharacteristicValues()
-
setCharacteristicValues
void setCharacteristicValues(MdObject value)
Sets the value of the 'Characteristic Values
' reference.- Parameters:
value
- the new value of the 'Characteristic Values' reference.- See Also:
getCharacteristicValues()
-
getObjectField
Field getObjectField()
Returns the value of the 'Object Field' reference.- Returns:
- the value of the 'Object Field' reference.
- See Also:
setObjectField(Field)
,MdClassPackage.getCharacteristicsDescription_ObjectField()
-
setObjectField
void setObjectField(Field value)
Sets the value of the 'Object Field
' reference.- Parameters:
value
- the new value of the 'Object Field' reference.- See Also:
getObjectField()
-
getTypeField
Field getTypeField()
Returns the value of the 'Type Field' reference.- Returns:
- the value of the 'Type Field' reference.
- See Also:
setTypeField(Field)
,MdClassPackage.getCharacteristicsDescription_TypeField()
-
setTypeField
void setTypeField(Field value)
Sets the value of the 'Type Field
' reference.- Parameters:
value
- the new value of the 'Type Field' reference.- See Also:
getTypeField()
-
getValueField
Field getValueField()
Returns the value of the 'Value Field' reference.- Returns:
- the value of the 'Value Field' reference.
- See Also:
setValueField(Field)
,MdClassPackage.getCharacteristicsDescription_ValueField()
-
setValueField
void setValueField(Field value)
Sets the value of the 'Value Field
' reference.- Parameters:
value
- the new value of the 'Value Field' reference.- See Also:
getValueField()
-
-