TPTP 4.6.0 Platform Project
Public API Specification

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

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.ResourceTypeImpl
All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject, ResourceType

public class ResourceTypeImpl
extends org.eclipse.emf.ecore.impl.EObjectImpl
implements ResourceType

An implementation of the model object 'Type'.

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 basicGetParent()
           
 org.eclipse.emf.common.notify.NotificationChain basicSetDescription(LocalizedMessage newDescription, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 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()
           
 org.eclipse.emf.common.util.Enumerator getCategory()
           
 org.eclipse.emf.common.util.EList getChild()
           
 org.eclipse.emf.common.util.EList getComment()
           
 LocalizedMessage getDescription()
           
 org.eclipse.emf.common.util.EList getMirror()
           
 java.lang.String getName()
           
 ResourceType getParent()
           
 java.lang.String getType()
           
 java.lang.String getUrl()
           
 java.lang.String getUuid()
           
 java.lang.String getVersion()
           
 boolean isSetType()
           
 void setCategory(org.eclipse.emf.common.util.Enumerator newCategory)
           
 void setDescription(LocalizedMessage newDescription)
           
 void setName(java.lang.String newName)
           
 void setParent(ResourceType newParent)
           
 void setType(java.lang.String newType)
           
 void setUrl(java.lang.String newUrl)
           
 void setUuid(java.lang.String newUuid)
           
 void setVersion(java.lang.String newVersion)
           
 java.lang.String toString()
           
 void unsetType()
           
 
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 ResourceType
Returns:
the value of the 'Uuid' attribute.
See Also:
ResourceType.setUuid(String), ResourcePackage.getResourceType_Uuid()
Generated

setUuid

public void setUuid(java.lang.String newUuid)

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

getName

public java.lang.String getName()

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

setName

public void setName(java.lang.String newName)

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

getVersion

public java.lang.String getVersion()

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

setVersion

public void setVersion(java.lang.String newVersion)

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

getDescription

public LocalizedMessage getDescription()

Specified by:
getDescription in interface ResourceType
Returns:
the value of the 'Description' containment reference.
See Also:
ResourceType.setDescription(LocalizedMessage), ResourcePackage.getResourceType_Description()
Generated

basicSetDescription

public org.eclipse.emf.common.notify.NotificationChain basicSetDescription(LocalizedMessage newDescription,
                                                                           org.eclipse.emf.common.notify.NotificationChain msgs)

Generated

setDescription

public void setDescription(LocalizedMessage newDescription)

Specified by:
setDescription in interface ResourceType
Parameters:
newDescription - the new value of the 'Description' containment reference.
See Also:
ResourceType.getDescription()
Generated

getComment

public org.eclipse.emf.common.util.EList getComment()

Specified by:
getComment in interface ResourceType
Returns:
the value of the 'Comment' containment reference list.
See Also:
ResourcePackage.getResourceType_Comment()
Generated

getUrl

public java.lang.String getUrl()

Specified by:
getUrl in interface ResourceType
Returns:
the value of the 'Url' attribute.
See Also:
ResourceType.setUrl(String), ResourcePackage.getResourceType_Url()
Generated

setUrl

public void setUrl(java.lang.String newUrl)

Specified by:
setUrl in interface ResourceType
Parameters:
newUrl - the new value of the 'Url' attribute.
See Also:
ResourceType.getUrl()
Generated

getMirror

public org.eclipse.emf.common.util.EList getMirror()

Specified by:
getMirror in interface ResourceType
Returns:
the value of the 'Mirror' attribute list.
See Also:
ResourcePackage.getResourceType_Mirror()
Generated

getParent

public ResourceType getParent()

Specified by:
getParent in interface ResourceType
Returns:
the value of the 'Parent' reference.
See Also:
ResourceType.setParent(ResourceType), ResourcePackage.getResourceType_Parent()
Generated

basicGetParent

public ResourceType basicGetParent()

Generated

setParent

public void setParent(ResourceType newParent)

Specified by:
setParent in interface ResourceType
Parameters:
newParent - the new value of the 'Parent' reference.
See Also:
ResourceType.getParent()
Generated

getChild

public org.eclipse.emf.common.util.EList getChild()

Specified by:
getChild in interface ResourceType
Returns:
the value of the 'Child' reference list.
See Also:
ResourcePackage.getResourceType_Child()
Generated

getAny

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

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

getCategory

public org.eclipse.emf.common.util.Enumerator getCategory()

Specified by:
getCategory in interface ResourceType
Returns:
the value of the 'Category' attribute.
See Also:
ResourceType.setCategory(Enumerator), ResourcePackage.getResourceType_Category()
Generated

setCategory

public void setCategory(org.eclipse.emf.common.util.Enumerator newCategory)

Specified by:
setCategory in interface ResourceType
Parameters:
newCategory - the new value of the 'Category' attribute.
See Also:
ResourceType.getCategory()
Generated

getType

public java.lang.String getType()

Specified by:
getType in interface ResourceType
Returns:
the value of the 'Type' attribute.
See Also:
ResourceType.isSetType(), ResourceType.unsetType(), ResourceType.setType(String), ResourcePackage.getResourceType_Type()
Generated

setType

public void setType(java.lang.String newType)

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

unsetType

public void unsetType()

Specified by:
unsetType in interface ResourceType
See Also:
ResourceType.isSetType(), ResourceType.getType(), ResourceType.setType(String)
Generated

isSetType

public boolean isSetType()

Specified by:
isSetType in interface ResourceType
Returns:
whether the value of the 'Type' attribute is set.
See Also:
ResourceType.unsetType(), ResourceType.getType(), ResourceType.setType(String)
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