public interface Enum extends DocumentedElement
The following features are supported:
ProtocolPackage.getEnum()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<String> |
getLiterals()
Returns the value of the 'Literals' attribute list.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
Protocol |
getProtocol()
Returns the value of the 'Protocol' container reference.
|
void |
setName(String value)
Sets the value of the '
Name ' attribute. |
void |
setProtocol(Protocol value)
Sets the value of the '
Protocol ' container reference. |
getDescription, getShortDescription, setDescription, setShortDescription
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
ProtocolPackage.getEnum_Name()
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
org.eclipse.emf.common.util.EList<String> getLiterals()
String
.
If the meaning of the 'Literals' attribute list isn't clear, there really should be more of a description here...
ProtocolPackage.getEnum_Literals()
Protocol getProtocol()
Enums
'.
If the meaning of the 'Protocol' container reference isn't clear, there really should be more of a description here...
setProtocol(Protocol)
,
ProtocolPackage.getEnum_Protocol()
,
Protocol.getEnums()
void setProtocol(Protocol value)
Protocol
' container reference.
value
- the new value of the 'Protocol' container reference.getProtocol()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.