g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model.impl
Class CPUArchitectureTypeImpl

java.lang.Object
  extended by EObjectImpl
      extended by eu.geclipse.jsdl.model.impl.CPUArchitectureTypeImpl
All Implemented Interfaces:
CPUArchitectureType

Deprecated. This class is deprecated. Substitute with the respective class in package eu.geclipse.jsdl.model.base.impl

public class CPUArchitectureTypeImpl
extends EObjectImpl
implements CPUArchitectureType

An implementation of the model object 'CPU Architecture Type'.

The following features are implemented:


Method Summary
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
          Deprecated.  
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
          Deprecated.  
 boolean eIsSet(int featureID)
          Deprecated.  
 void eSet(int featureID, java.lang.Object newValue)
          Deprecated.  
 void eUnset(int featureID)
          Deprecated.  
 FeatureMap getAny()
          Deprecated.  
 FeatureMap getAnyAttribute()
          Deprecated.  
 ProcessorArchitectureEnumeration getCPUArchitectureName()
          Deprecated.  
 boolean isSetCPUArchitectureName()
          Deprecated.  
 void setCPUArchitectureName(ProcessorArchitectureEnumeration newCPUArchitectureName)
          Deprecated.  
 java.lang.String toString()
          Deprecated.  
 void unsetCPUArchitectureName()
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getCPUArchitectureName

public ProcessorArchitectureEnumeration getCPUArchitectureName()
Deprecated. 

Specified by:
getCPUArchitectureName in interface CPUArchitectureType
Returns:
the value of the 'CPU Architecture Name' attribute.
See Also:
ProcessorArchitectureEnumeration, CPUArchitectureType.isSetCPUArchitectureName(), CPUArchitectureType.unsetCPUArchitectureName(), CPUArchitectureType.setCPUArchitectureName(ProcessorArchitectureEnumeration), JsdlPackage.getCPUArchitectureType_CPUArchitectureName()

setCPUArchitectureName

public void setCPUArchitectureName(ProcessorArchitectureEnumeration newCPUArchitectureName)
Deprecated. 

Specified by:
setCPUArchitectureName in interface CPUArchitectureType
Parameters:
newCPUArchitectureName - the new value of the 'CPU Architecture Name' attribute.
See Also:
ProcessorArchitectureEnumeration, CPUArchitectureType.isSetCPUArchitectureName(), CPUArchitectureType.unsetCPUArchitectureName(), CPUArchitectureType.getCPUArchitectureName()

unsetCPUArchitectureName

public void unsetCPUArchitectureName()
Deprecated. 

Specified by:
unsetCPUArchitectureName in interface CPUArchitectureType
See Also:
CPUArchitectureType.isSetCPUArchitectureName(), CPUArchitectureType.getCPUArchitectureName(), CPUArchitectureType.setCPUArchitectureName(ProcessorArchitectureEnumeration)

isSetCPUArchitectureName

public boolean isSetCPUArchitectureName()
Deprecated. 

Specified by:
isSetCPUArchitectureName in interface CPUArchitectureType
Returns:
whether the value of the 'CPU Architecture Name' attribute is set.
See Also:
CPUArchitectureType.unsetCPUArchitectureName(), CPUArchitectureType.getCPUArchitectureName(), CPUArchitectureType.setCPUArchitectureName(ProcessorArchitectureEnumeration)

getAny

public FeatureMap getAny()
Deprecated. 

Specified by:
getAny in interface CPUArchitectureType
Returns:
the value of the 'Any' attribute list.
See Also:
JsdlPackage.getCPUArchitectureType_Any()

getAnyAttribute

public FeatureMap getAnyAttribute()
Deprecated. 

Specified by:
getAnyAttribute in interface CPUArchitectureType
Returns:
the value of the 'Any Attribute' attribute list.
See Also:
JsdlPackage.getCPUArchitectureType_AnyAttribute()

eInverseRemove

public NotificationChain eInverseRemove(InternalEObject otherEnd,
                                        int featureID,
                                        NotificationChain msgs)
Deprecated. 


eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)
Deprecated. 


eSet

public void eSet(int featureID,
                 java.lang.Object newValue)
Deprecated. 


eUnset

public void eUnset(int featureID)
Deprecated. 


eIsSet

public boolean eIsSet(int featureID)
Deprecated. 


toString

public java.lang.String toString()
Deprecated. 


g-Eclipse
Release 1.0.0