com.change_vision.jude.api.inf.model
Interface IHyperlink

com.change_vision.jude.api.inf.model.IHyperlink

public 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

isFile

abstract boolean isFile()
Check if the hyperlink type is a file.

Returns:
true : file

isURL

abstract boolean isURL()
Check if the hyperlink type is a URL.

Returns:
true it is a URL / it is not a URL

isModel

abstract boolean isModel()
Check if the hyperlink is a model.

Returns:
true it is a model / false it is not a model

getPath

abstract String getPath()
Get the path of hyperlink.

Returns:
Path

getName

abstract String getName()
Get the name of hyperlink.

Returns:
Name

getComment

abstract String getComment()
Get the comment of hyperlink.

Returns:
Comment