g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model.posix
Interface FileNameType

All Known Implementing Classes:
FileNameTypeImpl

public interface FileNameType

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

The following features are supported:

See Also:
PosixPackage.getFileNameType()

Method Summary
 FeatureMap getAnyAttribute()
          Returns the value of the 'Any Attribute' attribute list.
 java.lang.String getFilesystemName()
          Returns the value of the 'Filesystem Name' attribute
 java.lang.String getValue()
          Returns the value of the 'Value' attribute
 void setFilesystemName(java.lang.String value)
          Sets the value of the 'Filesystem Name' attribute
 void setValue(java.lang.String value)
          Sets the value of the 'Value' attribute
 

Method Detail

getValue

java.lang.String getValue()
Returns the value of the 'Value' attribute.

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

Returns:
the value of the 'Value' attribute.
See Also:
setValue(String), PosixPackage.getFileNameType_Value()

setValue

void setValue(java.lang.String value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()

getFilesystemName

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

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

Returns:
the value of the 'Filesystem Name' attribute.
See Also:
setFilesystemName(String), PosixPackage.getFileNameType_FilesystemName()

setFilesystemName

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

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

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:
PosixPackage.getFileNameType_AnyAttribute()

g-Eclipse
Release 1.0.0