public interface DocumentedElement
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ProtocolPackage.getDocumentedElement()
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the value of the 'Description' attribute.
|
String |
getShortDescription()
Returns the value of the 'Short Description' attribute.
|
void |
setDescription(String value)
Sets the value of the '
Description ' attribute. |
void |
setShortDescription(String value)
Sets the value of the '
Short Description ' attribute. |
String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String)
,
ProtocolPackage.getDocumentedElement_Description()
void setDescription(String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
String getShortDescription()
If the meaning of the 'Short Description' attribute isn't clear, there really should be more of a description here...
setShortDescription(String)
,
ProtocolPackage.getDocumentedElement_ShortDescription()
void setShortDescription(String value)
Short Description
' attribute.
value
- the new value of the 'Short Description' attribute.getShortDescription()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.