TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.models.symptom.resource.impl
Class ResourceInstanceImpl

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.tptp.platform.models.symptom.resource.impl.ResourceInstanceImpl
All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject, ResourceInstance

public class ResourceInstanceImpl
extends org.eclipse.emf.ecore.impl.EObjectImpl
implements ResourceInstance

An implementation of the model object 'Instance'.

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
 
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
 ResourceType basicGetType()
           
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
 void eUnset(int featureID)
           
 org.eclipse.emf.ecore.util.FeatureMap getAny()
           
 java.lang.Object getChanged()
           
 java.lang.Object getCreated()
           
 java.lang.Object getExpired()
           
 java.lang.String getName()
           
 java.lang.String getState()
           
 ResourceType getType()
           
 java.lang.String getUuid()
           
 java.lang.String getVersion()
           
 void setChanged(java.lang.Object newChanged)
           
 void setCreated(java.lang.Object newCreated)
           
 void setExpired(java.lang.Object newExpired)
           
 void setName(java.lang.String newName)
           
 void setState(java.lang.String newState)
           
 void setType(ResourceType newType)
           
 void setUuid(java.lang.String newUuid)
           
 void setVersion(java.lang.String newVersion)
           
 java.lang.String toString()
           
 
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, 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.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.emf.ecore.InternalEObject
eNotificationRequired
 

Method Detail

getUuid

public java.lang.String getUuid()

Specified by:
getUuid in interface ResourceInstance
Returns:
the value of the 'Uuid' attribute.
See Also:
ResourceInstance.setUuid(String), ResourcePackage.getResourceInstance_Uuid()
Generated

setUuid

public void setUuid(java.lang.String newUuid)

Specified by:
setUuid in interface ResourceInstance
Parameters:
newUuid - the new value of the 'Uuid' attribute.
See Also:
ResourceInstance.getUuid()
Generated

getName

public java.lang.String getName()

Specified by:
getName in interface ResourceInstance
Returns:
the value of the 'Name' attribute.
See Also:
ResourceInstance.setName(String), ResourcePackage.getResourceInstance_Name()
Generated

setName

public void setName(java.lang.String newName)

Specified by:
setName in interface ResourceInstance
Parameters:
newName - the new value of the 'Name' attribute.
See Also:
ResourceInstance.getName()
Generated

getVersion

public java.lang.String getVersion()

Specified by:
getVersion in interface ResourceInstance
Returns:
the value of the 'Version' attribute.
See Also:
ResourceInstance.setVersion(String), ResourcePackage.getResourceInstance_Version()
Generated

setVersion

public void setVersion(java.lang.String newVersion)

Specified by:
setVersion in interface ResourceInstance
Parameters:
newVersion - the new value of the 'Version' attribute.
See Also:
ResourceInstance.getVersion()
Generated

getState

public java.lang.String getState()

Specified by:
getState in interface ResourceInstance
Returns:
the value of the 'State' attribute.
See Also:
ResourceInstance.setState(String), ResourcePackage.getResourceInstance_State()
Generated

setState

public void setState(java.lang.String newState)

Specified by:
setState in interface ResourceInstance
Parameters:
newState - the new value of the 'State' attribute.
See Also:
ResourceInstance.getState()
Generated

getCreated

public java.lang.Object getCreated()

Specified by:
getCreated in interface ResourceInstance
Returns:
the value of the 'Created' attribute.
See Also:
ResourceInstance.setCreated(Object), ResourcePackage.getResourceInstance_Created()
Generated

setCreated

public void setCreated(java.lang.Object newCreated)

Specified by:
setCreated in interface ResourceInstance
Parameters:
newCreated - the new value of the 'Created' attribute.
See Also:
ResourceInstance.getCreated()
Generated

getChanged

public java.lang.Object getChanged()

Specified by:
getChanged in interface ResourceInstance
Returns:
the value of the 'Changed' attribute.
See Also:
ResourceInstance.setChanged(Object), ResourcePackage.getResourceInstance_Changed()
Generated

setChanged

public void setChanged(java.lang.Object newChanged)

Specified by:
setChanged in interface ResourceInstance
Parameters:
newChanged - the new value of the 'Changed' attribute.
See Also:
ResourceInstance.getChanged()
Generated

getExpired

public java.lang.Object getExpired()

Specified by:
getExpired in interface ResourceInstance
Returns:
the value of the 'Expired' attribute.
See Also:
ResourceInstance.setExpired(Object), ResourcePackage.getResourceInstance_Expired()
Generated

setExpired

public void setExpired(java.lang.Object newExpired)

Specified by:
setExpired in interface ResourceInstance
Parameters:
newExpired - the new value of the 'Expired' attribute.
See Also:
ResourceInstance.getExpired()
Generated

getType

public ResourceType getType()

Specified by:
getType in interface ResourceInstance
Returns:
the value of the 'Type' reference.
See Also:
ResourceInstance.setType(ResourceType), ResourcePackage.getResourceInstance_Type()
Generated

basicGetType

public ResourceType basicGetType()

Generated

setType

public void setType(ResourceType newType)

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

getAny

public org.eclipse.emf.ecore.util.FeatureMap getAny()

Specified by:
getAny in interface ResourceInstance
Returns:
the value of the 'Any' attribute list.
See Also:
ResourcePackage.getResourceInstance_Any()
Generated

eInverseRemove

public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
                                                                      int featureID,
                                                                      org.eclipse.emf.common.notify.NotificationChain msgs)

Overrides:
eInverseRemove in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
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 org.eclipse.emf.ecore.impl.BasicEObjectImpl
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 org.eclipse.emf.ecore.impl.BasicEObjectImpl
Generated

eUnset

public void eUnset(int featureID)

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

eIsSet

public boolean eIsSet(int featureID)

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

toString

public java.lang.String toString()

Overrides:
toString in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Generated

TPTP 4.6.0 Platform Project
Public API Specification