Package org.enterprisedomain.classmaker
Interface Blueprint
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
BlueprintImpl
public interface Blueprint
extends org.eclipse.emf.ecore.EObject
A representation of the model object
'Blueprint'.
Model object wrapper and input specification for
making
.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<CompletionListener>
Returns the value of the 'Completion Listeners' reference list.org.eclipse.emf.common.util.EList<String>
Returns the value of the 'Dependencies' attribute list.org.eclipse.emf.ecore.EObject
Returns the value of the 'Dynamic Model' reference.boolean
isEdit()
Returns the value of the 'Edit' attribute.boolean
isEditor()
Returns the value of the 'Editor' attribute.void
setDynamicModel
(org.eclipse.emf.ecore.EObject value) Sets the value of the 'Dynamic Model
' reference.void
setEdit
(boolean value) Sets the value of the 'Edit
' attribute.void
setEditor
(boolean value) Sets the value of the 'Editor
' attribute.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 Details
-
getDynamicModel
org.eclipse.emf.ecore.EObject getDynamicModel()Returns the value of the 'Dynamic Model' reference. ModelEPackage
object.- Returns:
- the value of the 'Dynamic Model' reference.
- See Also:
-
setDynamicModel
void setDynamicModel(org.eclipse.emf.ecore.EObject value) Sets the value of the 'Dynamic Model
' reference.- Parameters:
value
- the new value of the 'Dynamic Model' reference.- See Also:
-
getDependencies
org.eclipse.emf.common.util.EList<String> getDependencies()Returns the value of the 'Dependencies' attribute list. The list contents are of typeString
. Contribution'sdependencies
.- Returns:
- the value of the 'Dependencies' attribute list.
- See Also:
-
getCompletionListeners
org.eclipse.emf.common.util.EList<CompletionListener> getCompletionListeners()Returns the value of the 'Completion Listeners' reference list. The list contents are of typeCompletionListener
.If the meaning of the 'Completion Listeners' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Completion Listeners' reference list.
- See Also:
-
isEdit
boolean isEdit()Returns the value of the 'Edit' attribute.- Returns:
- the value of the 'Edit' attribute.
- See Also:
-
setEdit
void setEdit(boolean value) Sets the value of the 'Edit
' attribute.- Parameters:
value
- the new value of the 'Edit' attribute.- See Also:
-
isEditor
boolean isEditor()Returns the value of the 'Editor' attribute.- Returns:
- the value of the 'Editor' attribute.
- See Also:
-
setEditor
void setEditor(boolean value) Sets the value of the 'Editor
' attribute.- Parameters:
value
- the new value of the 'Editor' attribute.- See Also:
-