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

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

public interface Publish
extends Annotation

A representation of the model object 'Publish'.

The following features are supported:

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

Method Summary
 org.eclipse.emf.common.util.EList<Property> getProperty()
          Returns the value of the 'Property' containment reference list.
 int getRanking()
          Returns the value of the 'Ranking' attribute
 void setRanking(int value)
          Sets the value of the 'Ranking' 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

getRanking

int getRanking()
Returns the value of the 'Ranking' attribute.

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

Returns:
the value of the 'Ranking' attribute.
See Also:
setRanking(int), ModelPackage.getPublish_Ranking()
Generated from the meta-model
Part of the meta-model

setRanking

void setRanking(int value)
Sets the value of the 'Ranking' attribute.

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

getProperty

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

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

Returns:
the value of the 'Property' containment reference list.
See Also:
ModelPackage.getPublish_Property()
Generated from the meta-model
Part of the meta-model
containment="true" resolveProxies="true"