public interface Attribute extends DocumentedElement
The following features are supported:
ProtocolPackage.getAttribute()
Modifier and Type | Method and Description |
---|---|
byte |
getFieldNumber()
Returns the value of the 'Field Number' attribute.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
Type |
getType()
Returns the value of the 'Type' attribute.
|
boolean |
isDeleted()
Returns the value of the 'Deleted' attribute.
|
boolean |
isEquality()
Returns the value of the 'Equality' attribute.
|
boolean |
isTransient()
Returns the value of the 'Transient' attribute.
|
void |
setDeleted(boolean value)
Sets the value of the '
Deleted ' attribute. |
void |
setEquality(boolean value)
Sets the value of the '
Equality ' attribute. |
void |
setFieldNumber(byte value)
Sets the value of the '
Field Number ' attribute. |
void |
setName(String value)
Sets the value of the '
Name ' attribute. |
void |
setTransient(boolean value)
Sets the value of the '
Transient ' attribute. |
void |
setType(Type value)
Sets the value of the '
Type ' 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.getAttribute_Name()
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
byte getFieldNumber()
If the meaning of the 'Field Number' attribute isn't clear, there really should be more of a description here...
setFieldNumber(byte)
,
ProtocolPackage.getAttribute_FieldNumber()
void setFieldNumber(byte value)
Field Number
' attribute.
value
- the new value of the 'Field Number' attribute.getFieldNumber()
boolean isEquality()
"false"
.
If the meaning of the 'Equality' attribute isn't clear, there really should be more of a description here...
setEquality(boolean)
,
ProtocolPackage.getAttribute_Equality()
void setEquality(boolean value)
Equality
' attribute.
value
- the new value of the 'Equality' attribute.isEquality()
Type getType()
"SCALAR"
.
The literals are from the enumeration Type
.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
Type
,
setType(Type)
,
ProtocolPackage.getAttribute_Type()
boolean isTransient()
"false"
.
If the meaning of the 'Transient' attribute isn't clear, there really should be more of a description here...
setTransient(boolean)
,
ProtocolPackage.getAttribute_Transient()
void setTransient(boolean value)
Transient
' attribute.
value
- the new value of the 'Transient' attribute.isTransient()
boolean isDeleted()
"false"
.
If the meaning of the 'Deleted' attribute isn't clear, there really should be more of a description here...
setDeleted(boolean)
,
ProtocolPackage.getAttribute_Deleted()
void setDeleted(boolean value)
Deleted
' attribute.
value
- the new value of the 'Deleted' attribute.isDeleted()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.