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

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

public interface ServicePublisher
extends Annotation

A representation of the model object 'Service Publisher'.

The following features are supported:

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

Method Summary
 java.lang.String getType()
          Returns the value of the 'Type' attribute
 void setType(java.lang.String value)
          Sets the value of the 'Type' 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

getType

java.lang.String getType()
Returns the value of the 'Type' attribute.

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

Returns:
the value of the 'Type' attribute.
See Also:
setType(String), ModelPackage.getServicePublisher_Type()
Generated from the meta-model
Part of the meta-model

setType

void setType(java.lang.String value)
Sets the value of the 'Type' attribute.

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