public interface Registration
extends org.eclipse.emf.ecore.EObject
The following features are supported:
DetailViewPackage.getRegistration()
Modifier and Type | Method and Description |
---|---|
String |
getDescriptor()
Returns the value of the 'Descriptor' attribute.
|
String |
getKey()
Returns the value of the 'Key' attribute.
|
boolean |
isAggregateState()
Returns the value of the 'Aggregate State' attribute.
|
void |
setAggregateState(boolean value)
Sets the value of the '
Aggregate State ' attribute. |
void |
setDescriptor(String value)
Sets the value of the '
Descriptor ' attribute. |
void |
setKey(String value)
Sets the value of the '
Key ' attribute. |
String getKey()
If the meaning of the 'Key' attribute isn't clear, there really should be more of a description here...
setKey(String)
,
DetailViewPackage.getRegistration_Key()
void setKey(String value)
Key
' attribute.
value
- the new value of the 'Key' attribute.getKey()
String getDescriptor()
If the meaning of the 'Descriptor' attribute isn't clear, there really should be more of a description here...
setDescriptor(String)
,
DetailViewPackage.getRegistration_Descriptor()
void setDescriptor(String value)
Descriptor
' attribute.
value
- the new value of the 'Descriptor' attribute.getDescriptor()
boolean isAggregateState()
"true"
.
If the meaning of the 'Aggregate State' attribute isn't clear, there really should be more of a description here...
setAggregateState(boolean)
,
DetailViewPackage.getRegistration_AggregateState()
void setAggregateState(boolean value)
Aggregate State
' attribute.
value
- the new value of the 'Aggregate State' attribute.isAggregateState()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.