org.eclipse.ecf.discovery.ui.model.impl
Class IServiceInfoImpl

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.ecf.discovery.ui.model.impl.IServiceInfoImpl
All Implemented Interfaces:
IServiceInfo, org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject

public class IServiceInfoImpl
extends org.eclipse.emf.ecore.impl.EObjectImpl
implements IServiceInfo

An implementation of the model object 'IService Info'.

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 static java.net.URI ECF_LOCATION_EDEFAULT
          The default value of the 'Ecf Location' attribute.
protected static java.lang.String ECF_NAME_EDEFAULT
          The default value of the 'Ecf Name' attribute.
protected static int ECF_PRIORITY_EDEFAULT
          The default value of the 'Ecf Priority' attribute.
protected static IServiceInfo ECF_SERVICE_INFO_EDEFAULT
          The default value of the 'Ecf Service Info' attribute.
protected static int ECF_WEIGHT_EDEFAULT
          The default value of the 'Ecf Weight' attribute.
protected  java.net.URI ecfLocation
          The cached value of the 'Ecf Location' attribute.
protected  java.lang.String ecfName
          The cached value of the 'Ecf Name' attribute.
protected  int ecfPriority
          The cached value of the 'Ecf Priority' attribute.
protected  IServiceInfo ecfServiceInfo
          The cached value of the 'Ecf Service Info' attribute.
protected  int ecfWeight
          The cached value of the 'Ecf Weight' attribute.
protected  IServiceID serviceID
          The cached value of the 'Service ID' reference.
 
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 IServiceInfoImpl()
           
 
Method Summary
 IServiceID basicGetServiceID()
           
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
protected  org.eclipse.emf.ecore.EClass eStaticClass()
           
 void eUnset(int featureID)
           
 java.net.URI getEcfLocation()
           
 java.lang.String getEcfName()
           
 int getEcfPriority()
           
 IServiceInfo getEcfServiceInfo()
           
 int getEcfWeight()
           
 IServiceID getServiceID()
           
 void setEcfLocation(java.net.URI newEcfLocation)
           
 void setEcfName(java.lang.String newEcfName)
           
 void setEcfPriority(int newEcfPriority)
           
 void setEcfServiceInfo(IServiceInfo newEcfServiceInfo)
           
 void setEcfWeight(int newEcfWeight)
           
 void setServiceID(IServiceID newServiceID)
           
 java.lang.String toString()
           
 
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, 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, 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
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

ECF_SERVICE_INFO_EDEFAULT

protected static final IServiceInfo ECF_SERVICE_INFO_EDEFAULT
The default value of the 'Ecf Service Info' attribute.

See Also:
getEcfServiceInfo()
Generated
Ordered

ecfServiceInfo

protected IServiceInfo ecfServiceInfo
The cached value of the 'Ecf Service Info' attribute.

See Also:
getEcfServiceInfo()
Generated
Ordered

ECF_NAME_EDEFAULT

protected static final java.lang.String ECF_NAME_EDEFAULT
The default value of the 'Ecf Name' attribute.

See Also:
getEcfName()
Generated
Ordered

ecfName

protected java.lang.String ecfName
The cached value of the 'Ecf Name' attribute.

See Also:
getEcfName()
Generated
Ordered

ECF_LOCATION_EDEFAULT

protected static final java.net.URI ECF_LOCATION_EDEFAULT
The default value of the 'Ecf Location' attribute.

See Also:
getEcfLocation()
Generated
Ordered

ecfLocation

protected java.net.URI ecfLocation
The cached value of the 'Ecf Location' attribute.

See Also:
getEcfLocation()
Generated
Ordered

ECF_PRIORITY_EDEFAULT

protected static final int ECF_PRIORITY_EDEFAULT
The default value of the 'Ecf Priority' attribute.

See Also:
getEcfPriority(), Constant Field Values
Generated
Ordered

ecfPriority

protected int ecfPriority
The cached value of the 'Ecf Priority' attribute.

See Also:
getEcfPriority()
Generated
Ordered

ECF_WEIGHT_EDEFAULT

protected static final int ECF_WEIGHT_EDEFAULT
The default value of the 'Ecf Weight' attribute.

See Also:
getEcfWeight(), Constant Field Values
Generated
Ordered

ecfWeight

protected int ecfWeight
The cached value of the 'Ecf Weight' attribute.

See Also:
getEcfWeight()
Generated
Ordered

serviceID

protected IServiceID serviceID
The cached value of the 'Service ID' reference.

See Also:
getServiceID()
Generated
Ordered
Constructor Detail

IServiceInfoImpl

protected IServiceInfoImpl()

Generated
Method Detail

eStaticClass

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

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

getEcfServiceInfo

public IServiceInfo getEcfServiceInfo()

Specified by:
getEcfServiceInfo in interface IServiceInfo
Returns:
the value of the 'Ecf Service Info' attribute.
See Also:
IServiceInfo.setEcfServiceInfo(org.eclipse.ecf.discovery.IServiceInfo), ModelPackage.getIServiceInfo_EcfServiceInfo()
Generated

setEcfServiceInfo

public void setEcfServiceInfo(IServiceInfo newEcfServiceInfo)

Specified by:
setEcfServiceInfo in interface IServiceInfo
Parameters:
newEcfServiceInfo - the new value of the 'Ecf Service Info' attribute.
See Also:
IServiceInfo.getEcfServiceInfo()
Generated

getEcfName

public java.lang.String getEcfName()

Specified by:
getEcfName in interface IServiceInfo
Returns:
the value of the 'Ecf Name' attribute.
See Also:
IServiceInfo.setEcfName(String), ModelPackage.getIServiceInfo_EcfName()
Generated

setEcfName

public void setEcfName(java.lang.String newEcfName)

Specified by:
setEcfName in interface IServiceInfo
Parameters:
newEcfName - the new value of the 'Ecf Name' attribute.
See Also:
IServiceInfo.getEcfName()
Generated

getEcfLocation

public java.net.URI getEcfLocation()

Specified by:
getEcfLocation in interface IServiceInfo
Returns:
the value of the 'Ecf Location' attribute.
See Also:
IServiceInfo.setEcfLocation(URI), ModelPackage.getIServiceInfo_EcfLocation()
Generated

setEcfLocation

public void setEcfLocation(java.net.URI newEcfLocation)

Specified by:
setEcfLocation in interface IServiceInfo
Parameters:
newEcfLocation - the new value of the 'Ecf Location' attribute.
See Also:
IServiceInfo.getEcfLocation()
Generated

getEcfPriority

public int getEcfPriority()

Specified by:
getEcfPriority in interface IServiceInfo
Returns:
the value of the 'Ecf Priority' attribute.
See Also:
IServiceInfo.setEcfPriority(int), ModelPackage.getIServiceInfo_EcfPriority()
Generated

setEcfPriority

public void setEcfPriority(int newEcfPriority)

Specified by:
setEcfPriority in interface IServiceInfo
Parameters:
newEcfPriority - the new value of the 'Ecf Priority' attribute.
See Also:
IServiceInfo.getEcfPriority()
Generated

getEcfWeight

public int getEcfWeight()

Specified by:
getEcfWeight in interface IServiceInfo
Returns:
the value of the 'Ecf Weight' attribute.
See Also:
IServiceInfo.setEcfWeight(int), ModelPackage.getIServiceInfo_EcfWeight()
Generated

setEcfWeight

public void setEcfWeight(int newEcfWeight)

Specified by:
setEcfWeight in interface IServiceInfo
Parameters:
newEcfWeight - the new value of the 'Ecf Weight' attribute.
See Also:
IServiceInfo.getEcfWeight()
Generated

getServiceID

public IServiceID getServiceID()

Specified by:
getServiceID in interface IServiceInfo
Returns:
the value of the 'Service ID' reference.
See Also:
IServiceInfo.setServiceID(IServiceID), ModelPackage.getIServiceInfo_ServiceID()
Generated

basicGetServiceID

public IServiceID basicGetServiceID()

Generated

setServiceID

public void setServiceID(IServiceID newServiceID)

Specified by:
setServiceID in interface IServiceInfo
Parameters:
newServiceID - the new value of the 'Service ID' reference.
See Also:
IServiceInfo.getServiceID()
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