public interface File extends Unit
The following features are supported:
RhapsodyPackage.getFile()
Modifier and Type | Method and Description |
---|---|
MDWEList |
getElements()
Returns the value of the 'Elements' reference list.
|
MDWEList |
getFileFragments()
Returns the value of the 'File Fragments' reference list.
|
java.lang.String |
getFilePath(int key) |
MDWEList |
getFiles()
Returns the value of the 'Files' reference list.
|
FileKind |
getFileType()
Returns the value of the 'File Type' attribute.
|
java.lang.String |
getImpName()
Returns the value of the 'Imp Name' attribute.
|
java.lang.String |
getPath()
Returns the value of the 'Path' attribute.
|
java.lang.String |
getRelativePath()
Returns the value of the 'Relative Path' attribute.
|
java.lang.String |
getSpecName()
Returns the value of the 'Spec Name' attribute.
|
void |
setFileType(FileKind value)
Sets the value of the '
File Type ' attribute. |
void |
setImpName(java.lang.String value)
Sets the value of the '
Imp Name ' attribute. |
void |
setPath(java.lang.String value)
Sets the value of the '
Path ' attribute. |
void |
setRelativePath(java.lang.String value)
Sets the value of the '
Relative Path ' attribute. |
void |
setSpecName(java.lang.String value)
Sets the value of the '
Spec Name ' attribute. |
getCMHeader, getCurrentDirectory, getFilename, getLanguage, getLastModifiedTime, getStructureDiagrams, isIncludeInNextLoad, isReadOnly, isReferenceUnit, isSeparateSaveUnit, isStub, setCMHeader, setCurrentDirectory, setFilename, setIncludeInNextLoad, setIsReadOnly, setIsReferenceUnit, setIsSeparateSaveUnit, setIsStub, setLanguage, setLastModifiedTime
getAllTags, getAnnotations, getConstraints, getConstraintsByHim, getControlledFiles, getDependencies, getDescription, getDescriptionHTML, getDescriptionRTF, getDisplayName, getFullPathName, getGUID, getHyperLinks, getInterfaceName, getLocalTags, getMainDiagram, getMetaClass, getName, getOfTemplate, getOwnedDependencies, getOwner, getProject, getProperties, getProperty, getReferences, getStereotype, getStereotypes, getTemplateParameters, getTi, getUserDefinedMetaClass, isATemplate, isExternal, isRequirementTraceabilityHandle, isShowDisplayName, isUnresolved, setDescription, setDescriptionHTML, setDescriptionRTF, setDisplayName, setFullPathName, setGUID, setInterfaceName, setIsATemplate, setIsExternal, setIsShowDisplayName, setIsUnresolved, setMainDiagram, setMetaClass, setName, setOfTemplate, setOwner, setProject, setRequirementTraceabilityHandle, setStereotype, setTi, setUserDefinedMetaClass
FileKind getFileType()
""
.
The literals are from the enumeration FileKind
.
FileKind
,
setFileType(FileKind)
,
RhapsodyPackage.getFile_FileType()
void setFileType(FileKind value)
File Type
' attribute.
value
- the new value of the 'File Type' attribute.FileKind
,
getFileType()
java.lang.String getPath()
""
.
setPath(String)
,
RhapsodyPackage.getFile_Path()
void setPath(java.lang.String value)
Path
' attribute.
value
- the new value of the 'Path' attribute.getPath()
java.lang.String getImpName()
""
.
setImpName(String)
,
RhapsodyPackage.getFile_ImpName()
void setImpName(java.lang.String value)
Imp Name
' attribute.
value
- the new value of the 'Imp Name' attribute.getImpName()
java.lang.String getSpecName()
""
.
setSpecName(String)
,
RhapsodyPackage.getFile_SpecName()
void setSpecName(java.lang.String value)
Spec Name
' attribute.
value
- the new value of the 'Spec Name' attribute.getSpecName()
MDWEList getFiles()
File
.
RhapsodyPackage.getFile_Files()
MDWEList getElements()
ModelElement
.
RhapsodyPackage.getFile_Elements()
MDWEList getFileFragments()
FileFragment
.
RhapsodyPackage.getFile_FileFragments()
java.lang.String getFilePath(int key)
java.lang.String getRelativePath()
""
.
setRelativePath(String)
,
RhapsodyPackage.getFile_RelativePath()
void setRelativePath(java.lang.String value)
Relative Path
' attribute.
value
- the new value of the 'Relative Path' attribute.getRelativePath()