TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.hyades.logging.adapter.model.internal.unit.impl
Class ProcessUnitTypeImpl

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.logging.adapter.model.internal.unit.impl.ProcessUnitTypeImpl
All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject, ProcessUnitType
Direct Known Subclasses:
ExtractorTypeImpl, FilterConfigTypeImpl, FormatterTypeImpl, OutputterConfigTypeImpl, SensorConfigTypeImpl

public class ProcessUnitTypeImpl
extends org.eclipse.emf.ecore.impl.EObjectImpl
implements ProcessUnitType

An implementation of the model object 'Process Unit Type'.

The following features are implemented:

Generated

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
 
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
protected  java.lang.String description
          The cached value of the 'Description' attribute
protected static java.lang.String DESCRIPTION_EDEFAULT
          The default value of the 'Description' attribute
protected  boolean disabled
          The cached value of the 'Disabled' attribute
protected static boolean DISABLED_EDEFAULT
          The default value of the 'Disabled' attribute
protected  boolean disabledESet
          This is true if the Disabled attribute has been set
protected  org.eclipse.emf.common.util.EList property
          The cached value of the 'Property' containment reference list
protected static java.lang.String UNIQUE_ID_EDEFAULT
          The default value of the 'Unique ID' attribute
protected  java.lang.String uniqueID
          The cached value of the 'Unique ID' attribute
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
 
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Constructor Summary
protected ProcessUnitTypeImpl()
           
 
Method Summary
 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)
           
protected  org.eclipse.emf.ecore.EClass eStaticClass()
           
 void eUnset(int featureID)
           
 java.lang.String getDescription()
           
 org.eclipse.emf.common.util.EList getProperty()
           
 java.lang.String getUniqueID()
           
 boolean isDisabled()
           
 boolean isSetDisabled()
           
 void setDescription(java.lang.String newDescription)
           
 void setDisabled(boolean newDisabled)
           
 void setUniqueID(java.lang.String newUniqueID)
           
 java.lang.String toString()
           
 void unsetDisabled()
           
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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
 

Field Detail

property

protected org.eclipse.emf.common.util.EList property
The cached value of the 'Property' containment reference list.

See Also:
getProperty()
Generated
[EMF] Ordered

DESCRIPTION_EDEFAULT

protected static final java.lang.String DESCRIPTION_EDEFAULT
The default value of the 'Description' attribute.

See Also:
getDescription()
Generated
[EMF] Ordered

description

protected java.lang.String description
The cached value of the 'Description' attribute.

See Also:
getDescription()
Generated
[EMF] Ordered

DISABLED_EDEFAULT

protected static final boolean DISABLED_EDEFAULT
The default value of the 'Disabled' attribute.

See Also:
isDisabled(), Constant Field Values
Generated
[EMF] Ordered

disabled

protected boolean disabled
The cached value of the 'Disabled' attribute.

See Also:
isDisabled()
Generated
[EMF] Ordered

disabledESet

protected boolean disabledESet
This is true if the Disabled attribute has been set.

Generated
[EMF] Ordered

UNIQUE_ID_EDEFAULT

protected static final java.lang.String UNIQUE_ID_EDEFAULT
The default value of the 'Unique ID' attribute.

See Also:
getUniqueID()
Generated
[EMF] Ordered

uniqueID

protected java.lang.String uniqueID
The cached value of the 'Unique ID' attribute.

See Also:
getUniqueID()
Generated
[EMF] Ordered
Constructor Detail

ProcessUnitTypeImpl

protected ProcessUnitTypeImpl()

Generated
NOT
Method Detail

eStaticClass

protected org.eclipse.emf.ecore.EClass eStaticClass()

Overrides:
eStaticClass in class org.eclipse.emf.ecore.impl.EObjectImpl
Generated

getProperty

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

Specified by:
getProperty in interface ProcessUnitType
Returns:
the value of the 'Property' containment reference list.
See Also:
UnitPackage.getProcessUnitType_Property()
Generated

getDescription

public java.lang.String getDescription()

Specified by:
getDescription in interface ProcessUnitType
Returns:
the value of the 'Description' attribute.
See Also:
ProcessUnitType.setDescription(String), UnitPackage.getProcessUnitType_Description()
Generated

setDescription

public void setDescription(java.lang.String newDescription)

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

isDisabled

public boolean isDisabled()

Specified by:
isDisabled in interface ProcessUnitType
Returns:
the value of the 'Disabled' attribute.
See Also:
ProcessUnitType.isSetDisabled(), ProcessUnitType.unsetDisabled(), ProcessUnitType.setDisabled(boolean), UnitPackage.getProcessUnitType_Disabled()
Generated

setDisabled

public void setDisabled(boolean newDisabled)

Specified by:
setDisabled in interface ProcessUnitType
Parameters:
newDisabled - the new value of the 'Disabled' attribute.
See Also:
ProcessUnitType.isSetDisabled(), ProcessUnitType.unsetDisabled(), ProcessUnitType.isDisabled()
Generated

unsetDisabled

public void unsetDisabled()

Specified by:
unsetDisabled in interface ProcessUnitType
See Also:
ProcessUnitType.isSetDisabled(), ProcessUnitType.isDisabled(), ProcessUnitType.setDisabled(boolean)
Generated

isSetDisabled

public boolean isSetDisabled()

Specified by:
isSetDisabled in interface ProcessUnitType
Returns:
whether the value of the 'Disabled' attribute is set.
See Also:
ProcessUnitType.unsetDisabled(), ProcessUnitType.isDisabled(), ProcessUnitType.setDisabled(boolean)
Generated

getUniqueID

public java.lang.String getUniqueID()

Specified by:
getUniqueID in interface ProcessUnitType
Returns:
the value of the 'Unique ID' attribute.
See Also:
ProcessUnitType.setUniqueID(String), UnitPackage.getProcessUnitType_UniqueID()
Generated

setUniqueID

public void setUniqueID(java.lang.String newUniqueID)

Specified by:
setUniqueID in interface ProcessUnitType
Parameters:
newUniqueID - the new value of the 'Unique ID' attribute.
See Also:
ProcessUnitType.getUniqueID()
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
Internal API Specification