|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRPHyperLink
The IRPHyperLink interface represents hyperlinks in Rational Rhapsody models.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.telelogic.rhapsody.core.IRPModelElement |
---|
IRPModelElement.OSLCLink |
Method Summary | |
---|---|
void |
getDisplayOption(char pVal,
java.lang.String pDisplayName)
getDisplayOption |
IRPModelElement |
getTarget()
Returns the target model element if the hyperlink points to a model element. |
java.lang.String |
getURL()
Returns the target URL if the hyperlink points to a URL. |
void |
setDisplayOption(char newVal,
java.lang.String newDisplayName)
setDisplayOption |
void |
setTarget(IRPModelElement target)
Sets the specified model element to be the target of the hyperlink. |
void |
setURL(java.lang.String uRL)
Sets the specified URL to be the target of the hyperlink. |
Methods inherited from interface com.telelogic.rhapsody.core.IRPDependency |
---|
getDependent, getDependsOn, setDependent, setDependsOn, setOwnerWithoutChangingDependent |
Method Detail |
---|
void getDisplayOption(char pVal, java.lang.String pDisplayName)
RhapsodyRuntimeException
IRPModelElement getTarget()
java.lang.String getURL()
void setDisplayOption(char newVal, java.lang.String newDisplayName)
RhapsodyRuntimeException
void setTarget(IRPModelElement target)
target
- the model element that should be used as the target of the hyperlinkvoid setURL(java.lang.String uRL)
uRL
- the URL that should be used as the target of the hyperlink
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |