g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model.posix.impl
Class EnvironmentTypeImpl

java.lang.Object
  extended by EObjectImpl
      extended by eu.geclipse.jsdl.model.posix.impl.EnvironmentTypeImpl
All Implemented Interfaces:
EnvironmentType

public class EnvironmentTypeImpl
extends EObjectImpl
implements EnvironmentType

An implementation of the model object 'Environment Type'.

The following features are implemented:


Method Summary
 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 getAnyAttribute()
           
 java.lang.String getFilesystemName()
           
 java.lang.String getName()
           
 java.lang.String getValue()
           
 void setFilesystemName(java.lang.String newFilesystemName)
           
 void setName(java.lang.String newName)
           
 void setValue(java.lang.String newValue)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getValue

public java.lang.String getValue()

Specified by:
getValue in interface EnvironmentType
Returns:
the value of the 'Value' attribute.
See Also:
EnvironmentType.setValue(String), PosixPackage.getEnvironmentType_Value()

setValue

public void setValue(java.lang.String newValue)

Specified by:
setValue in interface EnvironmentType
Parameters:
newValue - the new value of the 'Value' attribute.
See Also:
EnvironmentType.getValue()

getFilesystemName

public java.lang.String getFilesystemName()

Specified by:
getFilesystemName in interface EnvironmentType
Returns:
the value of the 'Filesystem Name' attribute.
See Also:
EnvironmentType.setFilesystemName(String), PosixPackage.getEnvironmentType_FilesystemName()

setFilesystemName

public void setFilesystemName(java.lang.String newFilesystemName)

Specified by:
setFilesystemName in interface EnvironmentType
Parameters:
newFilesystemName - the new value of the 'Filesystem Name' attribute.
See Also:
EnvironmentType.getFilesystemName()

getName

public java.lang.String getName()

Specified by:
getName in interface EnvironmentType
Returns:
the value of the 'Name' attribute.
See Also:
EnvironmentType.setName(String), PosixPackage.getEnvironmentType_Name()

setName

public void setName(java.lang.String newName)

Specified by:
setName in interface EnvironmentType
Parameters:
newName - the new value of the 'Name' attribute.
See Also:
EnvironmentType.getName()

getAnyAttribute

public FeatureMap getAnyAttribute()

Specified by:
getAnyAttribute in interface EnvironmentType
Returns:
the value of the 'Any Attribute' attribute list.
See Also:
PosixPackage.getEnvironmentType_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