Package io.opencaesar.oml
Interface StructureReference
- All Superinterfaces:
ClassifierReference
,Element
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,Reference
,SpecializableTermReference
,Statement
,VocabularyStatement
- All Known Implementing Classes:
StructureReferenceImpl
A representation of the model object 'Structure Reference'.
StructureReference is a reference to a structure.
The following features are supported:
- See Also:
- Generated:
- Model:
- annotation="https://tabatkins.github.io/bikeshed heading='References'"
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Structure' reference.void
setStructure
(Structure value) Sets the value of the 'Structure
' reference.Methods inherited from interface io.opencaesar.oml.ClassifierReference
getOwnedPropertyRestrictions
Methods inherited from interface io.opencaesar.oml.Element
extraValidate, getOntology
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
Methods inherited from interface io.opencaesar.oml.Reference
getOwnedAnnotations
Methods inherited from interface io.opencaesar.oml.SpecializableTermReference
getOwnedSpecializations
Methods inherited from interface io.opencaesar.oml.VocabularyStatement
getOwningVocabulary, setOwningVocabulary
-
Method Details
-
getStructure
Structure getStructure()Returns the value of the 'Structure' reference. The structure referenced by this reference- Returns:
- the value of the 'Structure' reference.
- See Also:
- Generated:
- Model:
- required="true"
-
setStructure
Sets the value of the 'Structure
' reference.- Parameters:
value
- the new value of the 'Structure' reference.- See Also:
- Generated:
-