|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.change_vision.jude.api.inf.model.IHyperlink
Interface for Hyperlink.
Method Summary | |
abstract String |
getComment()
Get the comment of hyperlink. |
abstract String |
getName()
Get the name of hyperlink. |
abstract String |
getPath()
Get the path of hyperlink. |
abstract boolean |
isFile()
Check if the hyperlink type is a file. |
abstract boolean |
isModel()
Check if the hyperlink is a model. |
abstract boolean |
isURL()
Check if the hyperlink type is a URL. |
Method Detail |
public abstract boolean isFile()
public abstract boolean isURL()
public abstract boolean isModel()
public abstract String getPath()
public abstract String getName()
public abstract String getComment()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |