com.cosylab.vdct.graphics.objects
Interface LinkSource

All Known Implementing Classes:
VDBFieldData, VDBMacro, VDBPort, VDBTemplateMacro, VDBTemplatePort

public interface LinkSource

Insert the type's description here. Creation date: (29.1.2001 17:50:12)

Author:
Matej Sekoranja

Method Summary
 java.lang.String getFullName()
          Returns fill name of the source.
 int getType()
          Returns type of the source (INPUT, OUTPUT, FORWARD, PORT or MACRO).
 java.lang.String getValue()
          Returns link target.
 void setValue(java.lang.String value)
          Sets (value of )the link target.
 void setValueSilently(java.lang.String value)
          Sets (value of )the link target.
 

Method Detail

getType

int getType()
Returns type of the source (INPUT, OUTPUT, FORWARD, PORT or MACRO).

Returns:
int

getValue

java.lang.String getValue()
Returns link target.

Returns:
java.lang.String

setValue

void setValue(java.lang.String value)
Sets (value of )the link target.

Parameters:
value -

setValueSilently

void setValueSilently(java.lang.String value)
Sets (value of )the link target.

Parameters:
value -

getFullName

java.lang.String getFullName()
Returns fill name of the source.

Returns:
java.lang.String