|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRPFile
The IRPFile interface represents a file or folder to be generated during code generation.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.telelogic.rhapsody.core.IRPModelElement |
---|
IRPModelElement.OSLCLink |
Method Summary | |
---|---|
void |
addElement(IRPClassifier element,
java.lang.String fileFragmentType)
method addElement Choose from = undefFragment, textFragment, implFragment, specFragment, moduleFragment |
void |
addModelElement(IRPModelElement element,
java.lang.String fileFragmentType)
method addModelElement Choose from = undefFragment, textFragment, implFragment, specFragment, moduleFragment |
void |
addPackageToScope(IRPPackage p)
method addPackageToScope |
void |
addTextElement(java.lang.String text)
method addTextElement |
void |
addToScope(IRPClassifier element)
method addToScope |
IRPCollection |
getElements()
get property elements |
IRPCollection |
getFileFragments()
get property fileFragments |
IRPCollection |
getFiles()
get property files |
java.lang.String |
getFileType()
get property fileType |
java.lang.String |
getImpName(int includingPath)
method getImpName |
java.lang.String |
getPath(int fullPath)
get property path |
java.lang.String |
getSpecName(int includingPath)
method getSpecName |
int |
isEmpty()
method isEmpty |
void |
setFileType(java.lang.String fileType)
set property fileType |
void |
setPath(java.lang.String path)
property setPath |
Methods inherited from interface com.telelogic.rhapsody.core.IRPUnit |
---|
copyToAnotherProject, getAddToModelMode, getCMHeader, getCMState, getCurrentDirectory, getFilename, getIncludeInNextLoad, getIsStub, getLanguage, getLastModifiedTime, getNestedSaveUnits, getNestedSaveUnitsCount, getStructureDiagrams, isReadOnly, isReferenceUnit, isSeparateSaveUnit, load, moveToAnotherProjectLeaveAReference, referenceToAnotherProject, save, setCMHeader, setFilename, setIncludeInNextLoad, setLanguage, setReadOnly, setSeparateSaveUnit, setUnitPath, unload |
Method Detail |
---|
void addElement(IRPClassifier element, java.lang.String fileFragmentType)
RhapsodyRuntimeException
void addModelElement(IRPModelElement element, java.lang.String fileFragmentType)
RhapsodyRuntimeException
void addPackageToScope(IRPPackage p)
RhapsodyRuntimeException
void addTextElement(java.lang.String text)
RhapsodyRuntimeException
void addToScope(IRPClassifier element)
RhapsodyRuntimeException
IRPCollection getElements()
RhapsodyRuntimeException
IRPCollection getFileFragments()
RhapsodyRuntimeException
java.lang.String getFileType()
RhapsodyRuntimeException
IRPCollection getFiles()
RhapsodyRuntimeException
java.lang.String getImpName(int includingPath)
RhapsodyRuntimeException
java.lang.String getPath(int fullPath)
RhapsodyRuntimeException
java.lang.String getSpecName(int includingPath)
RhapsodyRuntimeException
int isEmpty()
RhapsodyRuntimeException
void setFileType(java.lang.String fileType)
RhapsodyRuntimeException
void setPath(java.lang.String path)
RhapsodyRuntimeException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |