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

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

Returns:
true : file

isURL

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

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

isModel

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

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

getPath

public abstract String getPath()
Get the path of hyperlink.

Returns:
Path

getName

public abstract String getName()
Get the name of hyperlink.

Returns:
Name

getComment

public abstract String getComment()
Get the comment of hyperlink.

Returns:
Comment