TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.hyades.models.common.common.impl
Class CMNAnnotationImpl

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.EObjectImpl
              extended by org.eclipse.hyades.models.common.common.impl.CMNNamedElementImpl
                  extended by org.eclipse.hyades.models.common.common.impl.CMNAnnotationImpl
All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject, CMNAnnotation, CMNNamedElement, IAnnotation

public class CMNAnnotationImpl
extends CMNNamedElementImpl
implements CMNAnnotation

An implementation of the model object 'CMN Annotation'.

The following features are implemented:

Generated

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
static java.lang.String ANNOTATION_QUERY
           
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
ELAST_EOBJECT_FLAG
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Method Summary
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
 void eUnset(int featureID)
           
 org.eclipse.emf.common.util.URI getFileAnnotation()
           
 java.lang.String getType()
           
 java.lang.String getURI()
           
 boolean isFileAnnotation()
           
 void putFileAnnotation(org.eclipse.emf.common.util.URI file)
           
 void removeFileAnnotation()
           
 void setType(java.lang.String newType)
           
 void setURI(java.lang.String newURI)
           
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.hyades.models.common.common.impl.CMNNamedElementImpl
getAdapter, getDescription, getId, getName, setDescription, setId, setName
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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.emf.ecore.InternalEObject
eNotificationRequired
 

Field Detail

ANNOTATION_QUERY

public static final java.lang.String ANNOTATION_QUERY
See Also:
Constant Field Values
Method Detail

getURI

public java.lang.String getURI()

Specified by:
getURI in interface CMNAnnotation
Returns:
the value of the 'URI' attribute.
See Also:
CMNAnnotation.setURI(String), CommonPackage.getCMNAnnotation_URI()
Generated

setURI

public void setURI(java.lang.String newURI)

Specified by:
setURI in interface CMNAnnotation
Parameters:
newURI - the new value of the 'URI' attribute.
See Also:
CMNAnnotation.getURI()
Generated

getType

public java.lang.String getType()

Specified by:
getType in interface CMNAnnotation
Specified by:
getType in interface IAnnotation
Returns:
the value of the 'Type' attribute.
See Also:
CMNAnnotation.setType(String), CommonPackage.getCMNAnnotation_Type()
Generated

setType

public void setType(java.lang.String newType)

Specified by:
setType in interface CMNAnnotation
Parameters:
newType - the new value of the 'Type' attribute.
See Also:
CMNAnnotation.getType()
Generated

eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)

Specified by:
eGet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eGet in class CMNNamedElementImpl
Generated

eSet

public void eSet(int featureID,
                 java.lang.Object newValue)

Specified by:
eSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eSet in class CMNNamedElementImpl
Generated

eUnset

public void eUnset(int featureID)

Specified by:
eUnset in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eUnset in class CMNNamedElementImpl
Generated

eIsSet

public boolean eIsSet(int featureID)

Specified by:
eIsSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eIsSet in class CMNNamedElementImpl
Generated

toString

public java.lang.String toString()

Overrides:
toString in class CMNNamedElementImpl
Generated

getFileAnnotation

public org.eclipse.emf.common.util.URI getFileAnnotation()
                                                  throws java.lang.UnsupportedOperationException,
                                                         java.io.IOException
Specified by:
getFileAnnotation in interface IAnnotation
Throws:
java.lang.UnsupportedOperationException
java.io.IOException

isFileAnnotation

public boolean isFileAnnotation()
Specified by:
isFileAnnotation in interface IAnnotation

putFileAnnotation

public void putFileAnnotation(org.eclipse.emf.common.util.URI file)
                       throws java.lang.UnsupportedOperationException,
                              java.io.IOException
Specified by:
putFileAnnotation in interface IAnnotation
Throws:
java.lang.UnsupportedOperationException
java.io.IOException

removeFileAnnotation

public void removeFileAnnotation()
                          throws java.lang.UnsupportedOperationException,
                                 java.io.IOException
Specified by:
removeFileAnnotation in interface IAnnotation
Throws:
java.lang.UnsupportedOperationException
java.io.IOException

TPTP 4.6.0 Platform Project
Public API Specification