Package tools.mdsd.characteristics.api
Interface CharacteristicsModelingRealm
-
- All Known Implementing Classes:
CharacteristicsModelingRealmImpl
public interface CharacteristicsModelingRealm extends EObject
A representation of the model object 'Characteristics Modeling Realm'.The following features are supported:
- See Also:
ApiPackage.getCharacteristicsModelingRealm()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<ConfigurationItem>
getConfiguration()
Returns the value of the 'Configuration' containment reference list.SerializationService
getSerializationService()
Returns the value of the 'Serialization Service' containment reference.ValueTypePropertiesService
getValueTypePropertiesService()
Returns the value of the 'Value Type Properties Service' containment reference.void
setSerializationService(SerializationService value)
Sets the value of the 'Serialization Service
' containment reference.void
setValueTypePropertiesService(ValueTypePropertiesService value)
Sets the value of the 'Value Type Properties Service
' containment reference.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getValueTypePropertiesService
ValueTypePropertiesService getValueTypePropertiesService()
Returns the value of the 'Value Type Properties Service' containment reference.- Returns:
- the value of the 'Value Type Properties Service' containment reference.
- See Also:
setValueTypePropertiesService(ValueTypePropertiesService)
,ApiPackage.getCharacteristicsModelingRealm_ValueTypePropertiesService()
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" transient="true" derived="true"
-
setValueTypePropertiesService
void setValueTypePropertiesService(ValueTypePropertiesService value)
Sets the value of the 'Value Type Properties Service
' containment reference.- Parameters:
value
- the new value of the 'Value Type Properties Service' containment reference.- See Also:
getValueTypePropertiesService()
- Generated class or method.
-
getSerializationService
SerializationService getSerializationService()
Returns the value of the 'Serialization Service' containment reference.- Returns:
- the value of the 'Serialization Service' containment reference.
- See Also:
setSerializationService(SerializationService)
,ApiPackage.getCharacteristicsModelingRealm_SerializationService()
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" transient="true" derived="true"
-
setSerializationService
void setSerializationService(SerializationService value)
Sets the value of the 'Serialization Service
' containment reference.- Parameters:
value
- the new value of the 'Serialization Service' containment reference.- See Also:
getSerializationService()
- Generated class or method.
-
getConfiguration
EList<ConfigurationItem> getConfiguration()
Returns the value of the 'Configuration' containment reference list. The list contents are of typeConfigurationItem
. It is bidirectional and its opposite is 'Modeling Realm
'.- Returns:
- the value of the 'Configuration' containment reference list.
- See Also:
ApiPackage.getCharacteristicsModelingRealm_Configuration()
,ConfigurationItem.getModelingRealm()
- Generated class or method.
- EMF model class or method.
- opposite="modelingRealm" containment="true"
-
-