org.objectweb.dsrg.sofa.repository.model
Interface MicroContentGenerator

All Superinterfaces:
org.eclipse.emf.ecore.EObject, MicroContent, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
MicroContentGeneratorImpl

public interface MicroContentGenerator
extends MicroContent

A representation of the model object 'Micro Content Generator'.

The following features are supported:

See Also:
ModelPackage.getMicroContentGenerator()
Generated from the meta-model
Part of the meta-model

Method Summary
 CodeBundle getCodeBundle()
          Returns the value of the 'Code Bundle' reference
 java.lang.String getImplementation()
          Returns the value of the 'Implementation' attribute
 void setCodeBundle(CodeBundle value)
          Sets the value of the 'Code Bundle' reference
 void setImplementation(java.lang.String value)
          Sets the value of the 'Implementation' attribute
 
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
 

Method Detail

getImplementation

java.lang.String getImplementation()
Returns the value of the 'Implementation' attribute.

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

Returns:
the value of the 'Implementation' attribute.
See Also:
setImplementation(String), ModelPackage.getMicroContentGenerator_Implementation()
Generated from the meta-model
Part of the meta-model

setImplementation

void setImplementation(java.lang.String value)
Sets the value of the 'Implementation' attribute.

Parameters:
value - the new value of the 'Implementation' attribute.
See Also:
getImplementation()
Generated from the meta-model

getCodeBundle

CodeBundle getCodeBundle()
Returns the value of the 'Code Bundle' reference.

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

Returns:
the value of the 'Code Bundle' reference.
See Also:
setCodeBundle(CodeBundle), ModelPackage.getMicroContentGenerator_CodeBundle()
Generated from the meta-model
Part of the meta-model

setCodeBundle

void setCodeBundle(CodeBundle value)
Sets the value of the 'Code Bundle' reference.

Parameters:
value - the new value of the 'Code Bundle' reference.
See Also:
getCodeBundle()
Generated from the meta-model