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

All Superinterfaces:
org.eclipse.emf.ecore.EObject, NamedEntity, org.eclipse.emf.common.notify.Notifier, VersionedEntity
All Known Implementing Classes:
InterfaceTypeImpl

public interface InterfaceType
extends VersionedEntity

A representation of the model object 'Interface Type'.

The following features are supported:

See Also:
ModelPackage.getInterfaceType()
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 getSignature()
          Returns the value of the 'Signature' attribute
 void setCodeBundle(CodeBundle value)
          Sets the value of the 'Code Bundle' reference
 void setSignature(java.lang.String value)
          Sets the value of the 'Signature' attribute
 
Methods inherited from interface org.objectweb.dsrg.sofa.repository.model.VersionedEntity
addInfo, addTag, getInfo, getVersion, isLocked, removeTag, setLocked, setVersion
 
Methods inherited from interface org.objectweb.dsrg.sofa.repository.model.NamedEntity
getName, setName
 
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

getSignature

java.lang.String getSignature()
Returns the value of the 'Signature' attribute.

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

Returns:
the value of the 'Signature' attribute.
See Also:
setSignature(String), ModelPackage.getInterfaceType_Signature()
Generated from the meta-model
Part of the meta-model

setSignature

void setSignature(java.lang.String value)
Sets the value of the 'Signature' attribute.

Parameters:
value - the new value of the 'Signature' attribute.
See Also:
getSignature()
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.getInterfaceType_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