public interface Module
A representation of the model object 'Module'.
The following features are supported:
QvtoperationalPackage.getModule()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList<Property> |
getConfigProperty()
Returns the value of the 'Config Property' reference list. |
Operation |
getEntry()
Returns the value of the 'Entry' reference. |
java.lang.Boolean |
getIsBlackbox()
Returns the value of the 'Is Blackbox' attribute. |
org.eclipse.emf.common.util.EList<ModuleImport> |
getModuleImport()
Returns the value of the 'Module Import' containment reference list. |
org.eclipse.emf.common.util.EList<Tag> |
getOwnedTag()
Returns the value of the 'Owned Tag' containment reference list. |
org.eclipse.emf.common.util.EList<ModelType> |
getUsedModelType()
Returns the value of the 'Used Model Type' reference list. |
void |
setEntry(Operation value)
Sets the value of the ' Entry ' reference. |
void |
setIsBlackbox(java.lang.Boolean value)
Sets the value of the ' Is Blackbox ' attribute. |
Methods inherited from interface org.eclipse.gmt.umlx.emof.Class |
---|
getIsAbstract, getOwnedAttribute, getOwnedOperation, getSuperClass, setIsAbstract |
Methods inherited from interface org.eclipse.gmt.umlx.emof.Type |
---|
getPackage, setPackage |
Methods inherited from interface org.eclipse.gmt.umlx.emof.NamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.gmt.umlx.emof.Element |
---|
getOwnedComment, getTag |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Methods inherited from interface org.eclipse.gmt.umlx.emof.Package |
---|
getNestedPackage, getOwnedType, getUri, setUri |
Method Detail |
---|
org.eclipse.emf.common.util.EList<Tag> getOwnedTag()
Tag
.
If the meaning of the 'Owned Tag' containment reference list isn't clear, there really should be more of a description here...
QvtoperationalPackage.getModule_OwnedTag()
Operation getEntry()
If the meaning of the 'Entry' reference isn't clear, there really should be more of a description here...
setEntry(Operation)
,
QvtoperationalPackage.getModule_Entry()
void setEntry(Operation value)
Entry
' reference.
value
- the new value of the 'Entry' reference.getEntry()
org.eclipse.emf.common.util.EList<Property> getConfigProperty()
Property
.
If the meaning of the 'Config Property' reference list isn't clear, there really should be more of a description here...
QvtoperationalPackage.getModule_ConfigProperty()
org.eclipse.emf.common.util.EList<ModuleImport> getModuleImport()
ModuleImport
.
It is bidirectional and its opposite is 'Module
'.
If the meaning of the 'Module Import' containment reference list isn't clear, there really should be more of a description here...
QvtoperationalPackage.getModule_ModuleImport()
,
ModuleImport.getModule()
org.eclipse.emf.common.util.EList<ModelType> getUsedModelType()
ModelType
.
If the meaning of the 'Used Model Type' reference list isn't clear, there really should be more of a description here...
QvtoperationalPackage.getModule_UsedModelType()
java.lang.Boolean getIsBlackbox()
If the meaning of the 'Is Blackbox' attribute isn't clear, there really should be more of a description here...
setIsBlackbox(Boolean)
,
QvtoperationalPackage.getModule_IsBlackbox()
void setIsBlackbox(java.lang.Boolean value)
Is Blackbox
' attribute.
value
- the new value of the 'Is Blackbox' attribute.getIsBlackbox()