g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model.base.impl
Class OperatingSystemTypeImpl

java.lang.Object
  extended by EObjectImpl
      extended by eu.geclipse.jsdl.model.base.impl.OperatingSystemTypeImpl
All Implemented Interfaces:
OperatingSystemType

public class OperatingSystemTypeImpl
extends EObjectImpl
implements OperatingSystemType

An implementation of the model object 'Operating System Type'.

The following features are implemented:


Method Summary
 NotificationChain basicSetOperatingSystemType(OperatingSystemTypeType newOperatingSystemType, NotificationChain msgs)
           
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
 void eUnset(int featureID)
           
 FeatureMap getAny()
           
 FeatureMap getAnyAttribute()
           
 java.lang.String getDescription()
           
 OperatingSystemTypeType getOperatingSystemType()
           
 java.lang.String getOperatingSystemVersion()
           
 void setDescription(java.lang.String newDescription)
           
 void setOperatingSystemType(OperatingSystemTypeType newOperatingSystemType)
           
 void setOperatingSystemVersion(java.lang.String newOperatingSystemVersion)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getOperatingSystemType

public OperatingSystemTypeType getOperatingSystemType()

Specified by:
getOperatingSystemType in interface OperatingSystemType
Returns:
the value of the 'Operating System Type' containment reference.
See Also:
OperatingSystemType.setOperatingSystemType(OperatingSystemTypeType), JsdlPackage.getOperatingSystemType_OperatingSystemType()

basicSetOperatingSystemType

public NotificationChain basicSetOperatingSystemType(OperatingSystemTypeType newOperatingSystemType,
                                                     NotificationChain msgs)


setOperatingSystemType

public void setOperatingSystemType(OperatingSystemTypeType newOperatingSystemType)

Specified by:
setOperatingSystemType in interface OperatingSystemType
Parameters:
newOperatingSystemType - the new value of the 'Operating System Type' containment reference.
See Also:
OperatingSystemType.getOperatingSystemType()

getOperatingSystemVersion

public java.lang.String getOperatingSystemVersion()

Specified by:
getOperatingSystemVersion in interface OperatingSystemType
Returns:
the value of the 'Operating System Version' attribute.
See Also:
OperatingSystemType.setOperatingSystemVersion(String), JsdlPackage.getOperatingSystemType_OperatingSystemVersion()

setOperatingSystemVersion

public void setOperatingSystemVersion(java.lang.String newOperatingSystemVersion)

Specified by:
setOperatingSystemVersion in interface OperatingSystemType
Parameters:
newOperatingSystemVersion - the new value of the 'Operating System Version' attribute.
See Also:
OperatingSystemType.getOperatingSystemVersion()

getDescription

public java.lang.String getDescription()

Specified by:
getDescription in interface OperatingSystemType
Returns:
the value of the 'Description' attribute.
See Also:
OperatingSystemType.setDescription(String), JsdlPackage.getOperatingSystemType_Description()

setDescription

public void setDescription(java.lang.String newDescription)

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

getAny

public FeatureMap getAny()

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

getAnyAttribute

public FeatureMap getAnyAttribute()

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

eInverseRemove

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


eGet

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


eSet

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


eUnset

public void eUnset(int featureID)


eIsSet

public boolean eIsSet(int featureID)


toString

public java.lang.String toString()


g-Eclipse
Release 1.0.0