g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model.base
Interface FileSystemType

All Known Implementing Classes:
FileSystemTypeImpl

public interface FileSystemType

A representation of the model object 'File System Type'.

The following features are supported:

See Also:
JsdlPackage.getFileSystemType()

Method Summary
 FeatureMap getAny()
          Returns the value of the 'Any' attribute list.
 FeatureMap getAnyAttribute()
          Returns the value of the 'Any Attribute' attribute list.
 java.lang.String getDescription()
          Returns the value of the 'Description' attribute
 RangeValueType getDiskSpace()
          Returns the value of the 'Disk Space' containment reference
 FileSystemTypeEnumeration getFileSystemType()
          Returns the value of the 'File System Type' attribute.
 java.lang.String getMountPoint()
          Returns the value of the 'Mount Point' attribute
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 boolean isSetFileSystemType()
          Returns whether the value of the 'File System Type' attribute is set
 void setDescription(java.lang.String value)
          Sets the value of the 'Description' attribute
 void setDiskSpace(RangeValueType value)
          Sets the value of the 'Disk Space' containment reference
 void setFileSystemType(FileSystemTypeEnumeration value)
          Sets the value of the 'File System Type' attribute
 void setMountPoint(java.lang.String value)
          Sets the value of the 'Mount Point' attribute
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 void unsetFileSystemType()
          Unsets the value of the 'File System Type' attribute
 

Method Detail

getFileSystemType

FileSystemTypeEnumeration getFileSystemType()
Returns the value of the 'File System Type' attribute. The default value is "swap". The literals are from the enumeration FileSystemTypeEnumeration.

If the meaning of the 'File System Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'File System Type' attribute.
See Also:
FileSystemTypeEnumeration, isSetFileSystemType(), unsetFileSystemType(), setFileSystemType(FileSystemTypeEnumeration), JsdlPackage.getFileSystemType_FileSystemType()

setFileSystemType

void setFileSystemType(FileSystemTypeEnumeration value)
Sets the value of the 'File System Type' attribute.

Parameters:
value - the new value of the 'File System Type' attribute.
See Also:
FileSystemTypeEnumeration, isSetFileSystemType(), unsetFileSystemType(), getFileSystemType()

unsetFileSystemType

void unsetFileSystemType()
Unsets the value of the 'File System Type' attribute.

See Also:
isSetFileSystemType(), getFileSystemType(), setFileSystemType(FileSystemTypeEnumeration)

isSetFileSystemType

boolean isSetFileSystemType()
Returns whether the value of the 'File System Type' attribute is set.

Returns:
whether the value of the 'File System Type' attribute is set.
See Also:
unsetFileSystemType(), getFileSystemType(), setFileSystemType(FileSystemTypeEnumeration)

getDescription

java.lang.String getDescription()
Returns the value of the 'Description' attribute.

If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), JsdlPackage.getFileSystemType_Description()

setDescription

void setDescription(java.lang.String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()

getMountPoint

java.lang.String getMountPoint()
Returns the value of the 'Mount Point' attribute.

If the meaning of the 'Mount Point' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Mount Point' attribute.
See Also:
setMountPoint(String), JsdlPackage.getFileSystemType_MountPoint()

setMountPoint

void setMountPoint(java.lang.String value)
Sets the value of the 'Mount Point' attribute.

Parameters:
value - the new value of the 'Mount Point' attribute.
See Also:
getMountPoint()

getDiskSpace

RangeValueType getDiskSpace()
Returns the value of the 'Disk Space' containment reference.

If the meaning of the 'Disk Space' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Disk Space' containment reference.
See Also:
setDiskSpace(RangeValueType), JsdlPackage.getFileSystemType_DiskSpace()

setDiskSpace

void setDiskSpace(RangeValueType value)
Sets the value of the 'Disk Space' containment reference.

Parameters:
value - the new value of the 'Disk Space' containment reference.
See Also:
getDiskSpace()

getAny

FeatureMap getAny()
Returns the value of the 'Any' attribute list. The list contents are of type org.eclipse.emf.ecore.util.FeatureMap.Entry.

If the meaning of the 'Any' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Any' attribute list.
See Also:
JsdlPackage.getFileSystemType_Any()

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), JsdlPackage.getFileSystemType_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getAnyAttribute

FeatureMap getAnyAttribute()
Returns the value of the 'Any Attribute' attribute list. The list contents are of type org.eclipse.emf.ecore.util.FeatureMap.Entry.

If the meaning of the 'Any Attribute' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Any Attribute' attribute list.
See Also:
JsdlPackage.getFileSystemType_AnyAttribute()

g-Eclipse
Release 1.0.0