TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.hyades.models.common.common
Interface CMNAnnotation

All Superinterfaces:
CMNNamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.core.runtime.IAdaptable, IAnnotation, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
CMNAnnotationImpl

public interface CMNAnnotation
extends CMNNamedElement, IAnnotation

A representation of the model object 'CMN Annotation'.

See Also:
CommonPackage.getCMNAnnotation()
Generated
[EMF] Model
[EMF] Extends
IAnnotation A CMNAnnotation represents a model annotation which is stored as a named file attachment in the same EMF resource as the model element that has been annotated. Each annotation has a name and a URI.

The following features are supported:


Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getType()
          Returns the value of the 'Type' attribute
 java.lang.String getURI()
          Returns the value of the 'URI' attribute
 void setType(java.lang.String value)
          Sets the value of the 'Type' attribute
 void setURI(java.lang.String value)
          Sets the value of the 'URI' attribute
 
Methods inherited from interface org.eclipse.hyades.models.common.common.CMNNamedElement
getDescription, getId, getName, setDescription, setId, 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
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface org.eclipse.hyades.models.common.facades.behavioral.IAnnotation
getFileAnnotation, isFileAnnotation, putFileAnnotation, removeFileAnnotation
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Generated
Method Detail

getURI

java.lang.String getURI()
Returns the value of the 'URI' attribute.

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

Returns:
the value of the 'URI' attribute.
See Also:
setURI(String), CommonPackage.getCMNAnnotation_URI()
Generated
[EMF] Model

setURI

void setURI(java.lang.String value)
Sets the value of the 'URI' attribute.

Parameters:
value - the new value of the 'URI' attribute.
See Also:
getURI()
Generated

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...

Specified by:
getType in interface IAnnotation
Returns:
the value of the 'Type' attribute.
See Also:
setType(String), CommonPackage.getCMNAnnotation_Type()
Generated
[EMF] 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

TPTP 4.5.0 Platform Project
Public API Specification