|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.eclipse.tptp.platform.models.symptom.resource.impl.ResourceTypeImpl
public class ResourceTypeImpl
An implementation of the model object 'Type'.
The following features are implemented:
| 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 |
|---|
public java.lang.String getUuid()
getUuid in interface ResourceTypeResourceType.setUuid(String),
ResourcePackage.getResourceType_Uuid()public void setUuid(java.lang.String newUuid)
setUuid in interface ResourceTypenewUuid - the new value of the 'Uuid' attribute.ResourceType.getUuid()public java.lang.String getName()
getName in interface ResourceTypeResourceType.setName(String),
ResourcePackage.getResourceType_Name()public void setName(java.lang.String newName)
setName in interface ResourceTypenewName - the new value of the 'Name' attribute.ResourceType.getName()public java.lang.String getVersion()
getVersion in interface ResourceTypeResourceType.setVersion(String),
ResourcePackage.getResourceType_Version()public void setVersion(java.lang.String newVersion)
setVersion in interface ResourceTypenewVersion - the new value of the 'Version' attribute.ResourceType.getVersion()public LocalizedMessage getDescription()
getDescription in interface ResourceTypeResourceType.setDescription(LocalizedMessage),
ResourcePackage.getResourceType_Description()
public org.eclipse.emf.common.notify.NotificationChain basicSetDescription(LocalizedMessage newDescription,
org.eclipse.emf.common.notify.NotificationChain msgs)
public void setDescription(LocalizedMessage newDescription)
setDescription in interface ResourceTypenewDescription - the new value of the 'Description' containment reference.ResourceType.getDescription()public org.eclipse.emf.common.util.EList getComment()
getComment in interface ResourceTypeResourcePackage.getResourceType_Comment()public java.lang.String getUrl()
getUrl in interface ResourceTypeResourceType.setUrl(String),
ResourcePackage.getResourceType_Url()public void setUrl(java.lang.String newUrl)
setUrl in interface ResourceTypenewUrl - the new value of the 'Url' attribute.ResourceType.getUrl()public org.eclipse.emf.common.util.EList getMirror()
getMirror in interface ResourceTypeResourcePackage.getResourceType_Mirror()public ResourceType getParent()
getParent in interface ResourceTypeResourceType.setParent(ResourceType),
ResourcePackage.getResourceType_Parent()public ResourceType basicGetParent()
public void setParent(ResourceType newParent)
setParent in interface ResourceTypenewParent - the new value of the 'Parent' reference.ResourceType.getParent()public org.eclipse.emf.common.util.EList getChild()
getChild in interface ResourceTypeResourcePackage.getResourceType_Child()public org.eclipse.emf.ecore.util.FeatureMap getAny()
getAny in interface ResourceTypeResourcePackage.getResourceType_Any()public org.eclipse.emf.common.util.Enumerator getCategory()
getCategory in interface ResourceTypeResourceType.setCategory(Enumerator),
ResourcePackage.getResourceType_Category()public void setCategory(org.eclipse.emf.common.util.Enumerator newCategory)
setCategory in interface ResourceTypenewCategory - the new value of the 'Category' attribute.ResourceType.getCategory()public java.lang.String getType()
getType in interface ResourceTypeResourceType.isSetType(),
ResourceType.unsetType(),
ResourceType.setType(String),
ResourcePackage.getResourceType_Type()public void setType(java.lang.String newType)
setType in interface ResourceTypenewType - the new value of the 'Type' attribute.ResourceType.isSetType(),
ResourceType.unsetType(),
ResourceType.getType()public void unsetType()
unsetType in interface ResourceTypeResourceType.isSetType(),
ResourceType.getType(),
ResourceType.setType(String)public boolean isSetType()
isSetType in interface ResourceTypeResourceType.unsetType(),
ResourceType.getType(),
ResourceType.setType(String)
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in interface org.eclipse.emf.ecore.InternalEObjecteGet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public void eSet(int featureID,
java.lang.Object newValue)
eSet in interface org.eclipse.emf.ecore.InternalEObjecteSet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic void eUnset(int featureID)
eUnset in interface org.eclipse.emf.ecore.InternalEObjecteUnset in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic boolean eIsSet(int featureID)
eIsSet in interface org.eclipse.emf.ecore.InternalEObjecteIsSet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic java.lang.String toString()
toString in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||