| Package | Description |
|---|---|
| org.eclipse.scada.protocol.ngp.model.Protocol | |
| org.eclipse.scada.protocol.ngp.model.Protocol.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<Type> |
Type.VALUES
A public read-only list of all the 'Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static Type |
Type.get(int value)
Returns the 'Type' literal with the specified integer value.
|
static Type |
Type.get(String literal)
Returns the 'Type' literal with the specified literal value.
|
static Type |
Type.getByName(String name)
Returns the 'Type' literal with the specified name.
|
Type |
Attribute.getType()
Returns the value of the 'Type' attribute.
|
static Type |
Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Type[] |
Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Attribute.setType(Type value)
Sets the value of the '
Type' attribute. |
| Modifier and Type | Field and Description |
|---|---|
protected Type |
AttributeImpl.type
The cached value of the '
Type' attribute. |
protected static Type |
AttributeImpl.TYPE_EDEFAULT
The default value of the '
Type' attribute. |
| Modifier and Type | Method and Description |
|---|---|
Type |
ProtocolFactoryImpl.createTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
Type |
AttributeImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeImpl.setType(Type newType) |
Copyright © 2015 Eclipse SCADA Project. All rights reserved.