g-Eclipse
Release 1.0.0

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

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

public class FileSystemTypeImpl
extends EObjectImpl
implements FileSystemType

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

The following features are implemented:


Method Summary
 NotificationChain basicSetDiskSpace(RangeValueType newDiskSpace, 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()
           
 RangeValueType getDiskSpace()
           
 FileSystemTypeEnumeration getFileSystemType()
           
 java.lang.String getMountPoint()
           
 java.lang.String getName()
           
 boolean isSetFileSystemType()
           
 void setDescription(java.lang.String newDescription)
           
 void setDiskSpace(RangeValueType newDiskSpace)
           
 void setFileSystemType(FileSystemTypeEnumeration newFileSystemType)
           
 void setMountPoint(java.lang.String newMountPoint)
           
 void setName(java.lang.String newName)
           
 java.lang.String toString()
           
 void unsetFileSystemType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getFileSystemType

public FileSystemTypeEnumeration getFileSystemType()

Specified by:
getFileSystemType in interface FileSystemType
Returns:
the value of the 'File System Type' attribute.
See Also:
FileSystemTypeEnumeration, FileSystemType.isSetFileSystemType(), FileSystemType.unsetFileSystemType(), FileSystemType.setFileSystemType(FileSystemTypeEnumeration), JsdlPackage.getFileSystemType_FileSystemType()

setFileSystemType

public void setFileSystemType(FileSystemTypeEnumeration newFileSystemType)

Specified by:
setFileSystemType in interface FileSystemType
Parameters:
newFileSystemType - the new value of the 'File System Type' attribute.
See Also:
FileSystemTypeEnumeration, FileSystemType.isSetFileSystemType(), FileSystemType.unsetFileSystemType(), FileSystemType.getFileSystemType()

unsetFileSystemType

public void unsetFileSystemType()

Specified by:
unsetFileSystemType in interface FileSystemType
See Also:
FileSystemType.isSetFileSystemType(), FileSystemType.getFileSystemType(), FileSystemType.setFileSystemType(FileSystemTypeEnumeration)

isSetFileSystemType

public boolean isSetFileSystemType()

Specified by:
isSetFileSystemType in interface FileSystemType
Returns:
whether the value of the 'File System Type' attribute is set.
See Also:
FileSystemType.unsetFileSystemType(), FileSystemType.getFileSystemType(), FileSystemType.setFileSystemType(FileSystemTypeEnumeration)

getDescription

public java.lang.String getDescription()

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

setDescription

public void setDescription(java.lang.String newDescription)

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

getMountPoint

public java.lang.String getMountPoint()

Specified by:
getMountPoint in interface FileSystemType
Returns:
the value of the 'Mount Point' attribute.
See Also:
FileSystemType.setMountPoint(String), JsdlPackage.getFileSystemType_MountPoint()

setMountPoint

public void setMountPoint(java.lang.String newMountPoint)

Specified by:
setMountPoint in interface FileSystemType
Parameters:
newMountPoint - the new value of the 'Mount Point' attribute.
See Also:
FileSystemType.getMountPoint()

getDiskSpace

public RangeValueType getDiskSpace()

Specified by:
getDiskSpace in interface FileSystemType
Returns:
the value of the 'Disk Space' containment reference.
See Also:
FileSystemType.setDiskSpace(RangeValueType), JsdlPackage.getFileSystemType_DiskSpace()

basicSetDiskSpace

public NotificationChain basicSetDiskSpace(RangeValueType newDiskSpace,
                                           NotificationChain msgs)


setDiskSpace

public void setDiskSpace(RangeValueType newDiskSpace)

Specified by:
setDiskSpace in interface FileSystemType
Parameters:
newDiskSpace - the new value of the 'Disk Space' containment reference.
See Also:
FileSystemType.getDiskSpace()

getAny

public FeatureMap getAny()

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

getName

public java.lang.String getName()

Specified by:
getName in interface FileSystemType
Returns:
the value of the 'Name' attribute.
See Also:
FileSystemType.setName(String), JsdlPackage.getFileSystemType_Name()

setName

public void setName(java.lang.String newName)

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

getAnyAttribute

public FeatureMap getAnyAttribute()

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