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.voidsetStructure(Structure value) Sets the value of the 'Structure' reference.Methods inherited from interface io.opencaesar.oml.ClassifierReference
getOwnedPropertyRestrictionsMethods inherited from interface io.opencaesar.oml.Element
extraValidate, getOntologyMethods 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, eSetDeliverMethods inherited from interface io.opencaesar.oml.Reference
getOwnedAnnotationsMethods inherited from interface io.opencaesar.oml.SpecializableTermReference
getOwnedSpecializationsMethods 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:
-