Interface DeclaredProperty
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.xtext.common.types.JvmIdentifiableElement
,org.eclipse.emf.common.notify.Notifier
,Referrable
- All Known Implementing Classes:
DeclaredPropertyImpl
,DeclaredPropertyImplCustom
public interface DeclaredProperty
extends Referrable, org.eclipse.xtext.common.types.JvmIdentifiableElement
A representation of the model object 'Declared Property'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Default' containment reference.Returns the value of the 'Module' container reference.void
setDefault
(Value value) Sets the value of the 'Default
' containment reference.void
Sets the value of the 'Module
' container reference.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.xtext.common.types.JvmIdentifiableElement
getIdentifier, getQualifiedName, getQualifiedName, getSimpleName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface org.eclipse.emf.mwe2.language.mwe2.Referrable
getActualType, getName, getType, setName, setType
-
Method Details
-
getDefault
Value getDefault()Returns the value of the 'Default' containment reference.- Returns:
- the value of the 'Default' containment reference.
- See Also:
-
setDefault
Sets the value of the 'Default
' containment reference.- Parameters:
value
- the new value of the 'Default' containment reference.- See Also:
-
getModule
Module getModule()Returns the value of the 'Module' container reference. It is bidirectional and its opposite is 'Declared Properties
'.- Returns:
- the value of the 'Module' container reference.
- See Also:
-
setModule
Sets the value of the 'Module
' container reference.- Parameters:
value
- the new value of the 'Module' container reference.- See Also:
-