Interface Descriptable
-
- All Known Implementing Classes:
Connector
,EPICSFwdLink
,EPICSInLink
,EPICSLink
,EPICSLinkOut
,EPICSLinkOutIn
,EPICSOutLink
,EPICSVarLink
,EPICSVarOutLink
,Group
,Macro
,Port
,Record
,TemplateEPICSMacro
,TemplateEPICSPort
,TextBox
,VDBMacro
,VDBPort
,VDBTemplate
,VDBTemplateMacro
,VDBTemplatePort
public interface Descriptable
Insert the type's description here. Creation date: (9.4.2001 13:11:04)- Author:
- cosylab
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
Insert the method's description here.void
setDescription(String description)
Insert the method's description here.
-
-
-
Method Detail
-
getDescription
String getDescription()
Insert the method's description here. Creation date: (9.4.2001 13:11:19)- Returns:
- java.lang.String
-
setDescription
void setDescription(String description)
Insert the method's description here. Creation date: (24.4.2001 17:39:35)- Parameters:
description
- java.lang.String
-
-