|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRPTableView
The IRPTableView interface represents Table View elements in Rhapsody models.
Nested Class Summary | |
---|---|
static class |
IRPTableView.ContentFormat
This class contains values that specify export format |
Nested classes/interfaces inherited from interface com.telelogic.rhapsody.core.IRPModelElement |
---|
IRPModelElement.OSLCLink |
Method Summary | |
---|---|
java.lang.String |
getContent(java.lang.String format)
Retrieves the content of the table in the specified format. |
java.lang.String |
getHTMLContent()
Returns the content of the table as HTML. |
IRPCollection |
getImageCollection(java.lang.String sFolder,
java.lang.String sFilename,
java.lang.String sExtension)
method GetImageCollection |
int |
getIncludeDescendants()
get property includeDescendants |
IRPTableLayout |
getItsTableLayout()
method GetItsTableLayout |
IRPCollection |
getScope()
method GetScope |
void |
open()
method open |
void |
setIncludeDescendants(int includeDescendants)
set property includeDescendants |
void |
setItsTableLayout(IRPTableLayout pVal)
Specifies the table layout to use for this table view. |
void |
setScope(IRPCollection pCollection)
Specifies the scope to use for this table view. |
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 |
---|
java.lang.String getContent(java.lang.String format)
format
- one of the formats defined in the class IRPTableView.ContentFormat, for example, IRPTableView.ContentFormat.CSV
java.lang.String getHTMLContent()
IRPCollection getImageCollection(java.lang.String sFolder, java.lang.String sFilename, java.lang.String sExtension)
RhapsodyRuntimeException
IRPTableLayout getItsTableLayout()
RhapsodyRuntimeException
IRPCollection getScope()
RhapsodyRuntimeException
void setItsTableLayout(IRPTableLayout pVal)
pVal
- the table layout to use for this table viewvoid setScope(IRPCollection pCollection)
pCollection
- the scope to use for this table view. Note that the parameter is a Rhapsody collection, but at the moment, only the first value in the collection is used for the scope.int getIncludeDescendants()
RhapsodyRuntimeException
void open()
RhapsodyRuntimeException
void setIncludeDescendants(int includeDescendants)
RhapsodyRuntimeException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |