Interface ModelPropertyContainer
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
ModelBridge
,ModelChannel
,ModelThing
- All Known Implementing Classes:
ModelBridgeImpl
,ModelChannelImpl
,ModelPropertyContainerImpl
,ModelThingImpl
public interface ModelPropertyContainer
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Model Property Container'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Returns the value of the 'Id' attribute.getLabel()
Returns the value of the 'Label' attribute.org.eclipse.emf.common.util.EList<ModelProperty>
Returns the value of the 'Properties' containment reference list.void
Sets the value of the 'Id
' attribute.void
Sets the value of the 'Label
' attribute.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 Details
-
getId
String getId()Returns the value of the 'Id' attribute.- Returns:
- the value of the 'Id' attribute.
- See Also:
-
setId
Sets the value of the 'Id
' attribute.- Parameters:
value
- the new value of the 'Id' attribute.- See Also:
-
getLabel
String getLabel()Returns the value of the 'Label' attribute.- Returns:
- the value of the 'Label' attribute.
- See Also:
-
setLabel
Sets the value of the 'Label
' attribute.- Parameters:
value
- the new value of the 'Label' attribute.- See Also:
-
getProperties
org.eclipse.emf.common.util.EList<ModelProperty> getProperties()Returns the value of the 'Properties' containment reference list. The list contents are of typeModelProperty
.- Returns:
- the value of the 'Properties' containment reference list.
- See Also:
-