Interface InnerDeclaration
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,NamedElement
,Notifier
,PCMBaseClass
,PCMClass
- All Known Implementing Classes:
InnerDeclarationImpl
A representation of the model object 'Inner Declaration'.
This entity represent a declaration of a data type inside of a composite data type. It enriches the data type it declares with a name to allow multiple declarations of the same type within a composite data type.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Composite Data Type Inner Declaration' container reference.Returns the value of the 'Datatype Inner Declaration' reference.void
Sets the value of the 'Composite Data Type Inner Declaration
' container reference.void
Sets the value of the 'Datatype Inner Declaration
' reference.Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
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.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
copyright
- See Also:
- Generated class or method.
-
-
Method Details
-
getDatatype_InnerDeclaration
DataType getDatatype_InnerDeclaration()Returns the value of the 'Datatype Inner Declaration' reference. This property represents the data type that the inner declaration declares.- Returns:
- the value of the 'Datatype Inner Declaration' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setDatatype_InnerDeclaration
Sets the value of the 'Datatype Inner Declaration
' reference.- Parameters:
value
- the new value of the 'Datatype Inner Declaration' reference.- See Also:
- Generated class or method.
-
getCompositeDataType_InnerDeclaration
CompositeDataType getCompositeDataType_InnerDeclaration()Returns the value of the 'Composite Data Type Inner Declaration' container reference. It is bidirectional and its opposite is 'Inner Declaration Composite Data Type
'.- Returns:
- the value of the 'Composite Data Type Inner Declaration' container reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="innerDeclaration_CompositeDataType" required="true" transient="false" ordered="false"
-
setCompositeDataType_InnerDeclaration
Sets the value of the 'Composite Data Type Inner Declaration
' container reference.- Parameters:
value
- the new value of the 'Composite Data Type Inner Declaration' container reference.- See Also:
- Generated class or method.
-