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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFullName()
Returns fill name of the source.int
getType()
Returns type of the source (INPUT, OUTPUT, FORWARD, PORT or MACRO).String
getValue()
Returns link target.void
setValue(String value)
Sets (value of )the link target.void
setValueSilently(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
String getValue()
Returns link target.- Returns:
- java.lang.String
-
setValue
void setValue(String value)
Sets (value of )the link target.- Parameters:
value
- value
-
setValueSilently
void setValueSilently(String value)
Sets (value of )the link target.- Parameters:
value
- value
-
getFullName
String getFullName()
Returns fill name of the source.- Returns:
- java.lang.String
-
-