Interface LinkSource
-
- All Known Implementing Classes:
VDBFieldData,VDBMacro,VDBPort,VDBTemplateMacro,VDBTemplatePort
public interface LinkSourceInsert 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 StringgetFullName()Returns fill name of the source.intgetType()Returns type of the source (INPUT, OUTPUT, FORWARD, PORT or MACRO).StringgetValue()Returns link target.voidsetValue(String value)Sets (value of )the link target.voidsetValueSilently(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
-
-