org.eclipse.emf.mwe2.language.mwe2
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:
Mwe2Package.getDeclaredProperty()
EMF generated code
EMF model element

Method Summary
 Value getDefault()
          Returns the value of the 'Default' containment reference.
 Module getModule()
          Returns the value of the 'Module' container reference.
 void setDefault(Value value)
          Sets the value of the 'Default' containment reference.
 void setModule(Module value)
          Sets the value of the 'Module' container reference.
 
Methods inherited from interface org.eclipse.emf.mwe2.language.mwe2.Referrable
getActualType, getName, getType, setName, setType
 
Methods inherited from interface org.eclipse.xtext.common.types.JvmIdentifiableElement
getIdentifier, getQualifiedName, getQualifiedName, getSimpleName
 
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
 

Method Detail

getDefault

Value getDefault()
Returns the value of the 'Default' containment reference.

If the meaning of the 'Default' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Default' containment reference.
See Also:
setDefault(Value), Mwe2Package.getDeclaredProperty_Default()
EMF generated code
EMF model element
containment="true"

setDefault

void setDefault(Value value)
Sets the value of the 'Default' containment reference.

Parameters:
value - the new value of the 'Default' containment reference.
See Also:
getDefault()
EMF generated code

getModule

Module getModule()
Returns the value of the 'Module' container reference. It is bidirectional and its opposite is 'Declared Properties'.

If the meaning of the 'Module' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Module' container reference.
See Also:
setModule(Module), Mwe2Package.getDeclaredProperty_Module(), Module.getDeclaredProperties()
EMF generated code
EMF model element
opposite="declaredProperties" transient="false"

setModule

void setModule(Module value)
Sets the value of the 'Module' container reference.

Parameters:
value - the new value of the 'Module' container reference.
See Also:
getModule()
EMF generated code