public interface AknProxy
extends org.eclipse.emf.ecore.EObject
The following features are supported:
OsgiPackage.getAknProxy()
Modifier and Type | Method and Description |
---|---|
AlarmsEventsConnection |
getConnection()
Returns the value of the 'Connection' reference.
|
Pattern |
getPattern()
Returns the value of the 'Pattern' attribute.
|
int |
getPriority()
Returns the value of the 'Priority' attribute.
|
boolean |
isAuthorative()
Returns the value of the 'Authorative' attribute.
|
void |
setAuthorative(boolean value)
Sets the value of the '
Authorative ' attribute. |
void |
setConnection(AlarmsEventsConnection value)
Sets the value of the '
Connection ' reference. |
void |
setPattern(Pattern value)
Sets the value of the '
Pattern ' attribute. |
void |
setPriority(int value)
Sets the value of the '
Priority ' attribute. |
Pattern getPattern()
If the meaning of the 'Pattern' attribute isn't clear, there really should be more of a description here...
setPattern(Pattern)
,
OsgiPackage.getAknProxy_Pattern()
void setPattern(Pattern value)
Pattern
' attribute.
value
- the new value of the 'Pattern' attribute.getPattern()
AlarmsEventsConnection getConnection()
If the meaning of the 'Connection' reference isn't clear, there really should be more of a description here...
setConnection(AlarmsEventsConnection)
,
OsgiPackage.getAknProxy_Connection()
void setConnection(AlarmsEventsConnection value)
Connection
' reference.
value
- the new value of the 'Connection' reference.getConnection()
int getPriority()
If the meaning of the 'Priority' attribute isn't clear, there really should be more of a description here...
setPriority(int)
,
OsgiPackage.getAknProxy_Priority()
void setPriority(int value)
Priority
' attribute.
value
- the new value of the 'Priority' attribute.getPriority()
boolean isAuthorative()
"true"
.
If the meaning of the 'Authorative' attribute isn't clear, there really should be more of a description here...
setAuthorative(boolean)
,
OsgiPackage.getAknProxy_Authorative()
void setAuthorative(boolean value)
Authorative
' attribute.
value
- the new value of the 'Authorative' attribute.isAuthorative()