org.eclipse.gmt.umlx.qvtoperational
Interface Module

All Superinterfaces:
Class, Element, org.eclipse.emf.ecore.EObject, NamedElement, org.eclipse.emf.common.notify.Notifier, Object, Package, Type
All Known Subinterfaces:
Library, OperationalTransformation

public interface Module
extends Class, Package

A representation of the model object 'Module'.

The following features are supported:

See Also:
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

getOwnedTag

org.eclipse.emf.common.util.EList<Tag> getOwnedTag()
Returns the value of the 'Owned Tag' containment reference list. The list contents are of type Tag.

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

Returns:
the value of the 'Owned Tag' containment reference list.
See Also:
QvtoperationalPackage.getModule_OwnedTag()

getEntry

Operation getEntry()
Returns the value of the 'Entry' reference.

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

Returns:
the value of the 'Entry' reference.
See Also:
setEntry(Operation), QvtoperationalPackage.getModule_Entry()

setEntry

void setEntry(Operation value)
Sets the value of the 'Entry' reference.

Parameters:
value - the new value of the 'Entry' reference.
See Also:
getEntry()

getConfigProperty

org.eclipse.emf.common.util.EList<Property> getConfigProperty()
Returns the value of the 'Config Property' reference list. The list contents are of type Property.

If the meaning of the 'Config Property' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Config Property' reference list.
See Also:
QvtoperationalPackage.getModule_ConfigProperty()

getModuleImport

org.eclipse.emf.common.util.EList<ModuleImport> getModuleImport()
Returns the value of the 'Module Import' containment reference list. The list contents are of type 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...

Returns:
the value of the 'Module Import' containment reference list.
See Also:
QvtoperationalPackage.getModule_ModuleImport(), ModuleImport.getModule()

getUsedModelType

org.eclipse.emf.common.util.EList<ModelType> getUsedModelType()
Returns the value of the 'Used Model Type' reference list. The list contents are of type ModelType.

If the meaning of the 'Used Model Type' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Used Model Type' reference list.
See Also:
QvtoperationalPackage.getModule_UsedModelType()

getIsBlackbox

java.lang.Boolean getIsBlackbox()
Returns the value of the 'Is Blackbox' attribute.

If the meaning of the 'Is Blackbox' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Is Blackbox' attribute.
See Also:
setIsBlackbox(Boolean), QvtoperationalPackage.getModule_IsBlackbox()

setIsBlackbox

void setIsBlackbox(java.lang.Boolean value)
Sets the value of the 'Is Blackbox' attribute.

Parameters:
value - the new value of the 'Is Blackbox' attribute.
See Also:
getIsBlackbox()