org.eclipse.mtj.api.runtimes
Interface ServiceApi

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

public interface ServiceApi
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Service Api'.

The following features are supported:

See Also:
RuntimesPackage.getServiceApi()

Method Summary
 java.lang.String getDescription()
          Returns the value of the 'Description' attribute.
 ImplementationRef getImplementation()
          Returns the value of the 'Implementation' containment reference.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 java.lang.String getVersion()
          Returns the value of the 'Version' attribute.
 void setDescription(java.lang.String value)
          Sets the value of the 'Description' attribute.
 void setImplementation(ImplementationRef value)
          Sets the value of the 'Implementation' containment reference.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setVersion(java.lang.String value)
          Sets the value of the 'Version' 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

ImplementationRef getImplementation()
Returns the value of the 'Implementation' containment reference.

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

Returns:
the value of the 'Implementation' containment reference.
See Also:
setImplementation(ImplementationRef), RuntimesPackage.getServiceApi_Implementation()

setImplementation

void setImplementation(ImplementationRef value)
Sets the value of the 'Implementation' containment reference.

Parameters:
value - the new value of the 'Implementation' containment reference.
See Also:
getImplementation()

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), RuntimesPackage.getServiceApi_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getVersion

java.lang.String getVersion()
Returns the value of the 'Version' attribute.

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

Returns:
the value of the 'Version' attribute.
See Also:
setVersion(String), RuntimesPackage.getServiceApi_Version()

setVersion

void setVersion(java.lang.String value)
Sets the value of the 'Version' attribute.

Parameters:
value - the new value of the 'Version' attribute.
See Also:
getVersion()

getDescription

java.lang.String getDescription()
Returns the value of the 'Description' attribute.

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

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), RuntimesPackage.getServiceApi_Description()

setDescription

void setDescription(java.lang.String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()