public interface AttributeStructure extends DocumentedElement
The following features are supported:
ProtocolPackage.getAttributeStructure()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Attribute> |
getAttributes()
Returns the value of the 'Attributes' containment reference list.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
void |
setName(String value)
Sets the value of the '
Name ' attribute. |
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.getAttributeStructure_Name()
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
org.eclipse.emf.common.util.EList<Attribute> getAttributes()
Attribute
.
If the meaning of the 'Attributes' containment reference list isn't clear, there really should be more of a description here...
ProtocolPackage.getAttributeStructure_Attributes()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.