Package org.openhab.core.model.items
Interface ModelBinding
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ModelBindingImpl
public interface ModelBinding
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Model Binding'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Configuration' attribute.org.eclipse.emf.common.util.EList<ModelProperty>
Returns the value of the 'Properties' containment reference list.getType()
Returns the value of the 'Type' attribute.void
setConfiguration
(String value) Sets the value of the 'Configuration
' attribute.void
Sets the value of the 'Type
' 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
-
getType
String getType()Returns the value of the 'Type' attribute.- Returns:
- the value of the 'Type' attribute.
- See Also:
-
setType
Sets the value of the 'Type
' attribute.- Parameters:
value
- the new value of the 'Type' attribute.- See Also:
-
getConfiguration
String getConfiguration()Returns the value of the 'Configuration' attribute.- Returns:
- the value of the 'Configuration' attribute.
- See Also:
-
setConfiguration
Sets the value of the 'Configuration
' attribute.- Parameters:
value
- the new value of the 'Configuration' 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:
-