Package iotmodel
Interface Data
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DataImpl
public interface Data
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Data'.
The following features are supported:
- See Also:
IotmodelPackage.getData()
-
Method Summary
Modifier and Type Method Description MessagegetIsEncapsulated()Returns the value of the 'Is Encapsulated' reference.voidsetIsEncapsulated(Message value)Sets the value of the 'Is Encapsulated' reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getIsEncapsulated
Message getIsEncapsulated()Returns the value of the 'Is Encapsulated' reference. It is bidirectional and its opposite is 'Encapsualte'.- Returns:
- the value of the 'Is Encapsulated' reference.
- See Also:
setIsEncapsulated(Message),IotmodelPackage.getData_IsEncapsulated(),Message.getEncapsualte()
-
setIsEncapsulated
Sets the value of the 'Is Encapsulated' reference.- Parameters:
value- the new value of the 'Is Encapsulated' reference.- See Also:
getIsEncapsulated()
-