Interface ModelChannel
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,ModelPropertyContainer
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ModelChannelImpl
A representation of the model object 'Model Channel'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Channel Kind' attribute.Returns the value of the 'Channel Type' attribute.getType()
Returns the value of the 'Type' attribute.void
setChannelKind
(String value) Sets the value of the 'Channel Kind
' attribute.void
setChannelType
(String value) Sets the value of the 'Channel Type
' 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.openhab.core.model.thing.thing.ModelPropertyContainer
getId, getLabel, getProperties, setId, setLabel
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getChannelKind
String getChannelKind()Returns the value of the 'Channel Kind' attribute.- Returns:
- the value of the 'Channel Kind' attribute.
- See Also:
-
setChannelKind
Sets the value of the 'Channel Kind
' attribute.- Parameters:
value
- the new value of the 'Channel Kind' attribute.- See Also:
-
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:
-
getChannelType
String getChannelType()Returns the value of the 'Channel Type' attribute.- Returns:
- the value of the 'Channel Type' attribute.
- See Also:
-
setChannelType
Sets the value of the 'Channel Type
' attribute.- Parameters:
value
- the new value of the 'Channel Type' attribute.- See Also:
-