Package | Description |
---|---|
org.eclipse.scada.protocol.ngp.model.Protocol | |
org.eclipse.scada.protocol.ngp.model.Protocol.impl | |
org.eclipse.scada.protocol.ngp.model.Protocol.util |
Modifier and Type | Interface and Description |
---|---|
interface |
BooleanAttribute
A representation of the model object 'Boolean Attribute'.
|
interface |
EnumAttribute
A representation of the model object 'Enum Attribute'.
|
interface |
FloatAttribute
A representation of the model object 'Float Attribute'.
|
interface |
IntegerAttribute
A representation of the model object 'Integer Attribute'.
|
interface |
LongAttribute
A representation of the model object 'Long Attribute'.
|
interface |
PropertiesAttribute
A representation of the model object 'Properties Attribute'.
|
interface |
StringAttribute
A representation of the model object 'String Attribute'.
|
interface |
StructureAttribute
A representation of the model object 'Structure Attribute'.
|
interface |
VariantAttribute
A representation of the model object 'Variant Attribute'.
|
interface |
VariantMapAttribute
A representation of the model object 'Variant Map Attribute'.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Attribute> |
AttributeStructure.getAttributes()
Returns the value of the 'Attributes' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeImpl
An implementation of the model object 'Attribute'.
|
class |
BooleanAttributeImpl
An implementation of the model object 'Boolean Attribute'.
|
class |
EnumAttributeImpl
An implementation of the model object 'Enum Attribute'.
|
class |
FloatAttributeImpl
An implementation of the model object 'Float Attribute'.
|
class |
IntegerAttributeImpl
An implementation of the model object 'Integer Attribute'.
|
class |
LongAttributeImpl
An implementation of the model object 'Long Attribute'.
|
class |
PropertiesAttributeImpl
An implementation of the model object 'Properties Attribute'.
|
class |
StringAttributeImpl
An implementation of the model object 'String Attribute'.
|
class |
StructureAttributeImpl
An implementation of the model object 'Structure Attribute'.
|
class |
VariantAttributeImpl
An implementation of the model object 'Variant Attribute'.
|
class |
VariantMapAttributeImpl
An implementation of the model object 'Variant Map Attribute
'.
|
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<Attribute> |
AttributeStructureImpl.attributes
The cached value of the '
Attributes ' containment reference list. |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Attribute> |
AttributeStructureImpl.getAttributes() |
Modifier and Type | Method and Description |
---|---|
T |
ProtocolSwitch.caseAttribute(Attribute object)
Returns the result of interpreting the object as an instance of 'Attribute'.
|
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.