public interface Scope extends SmmElement
The following features are supported:
SmmPackage.getScope()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClass_()
Returns the value of the 'Class' attribute.
|
|
getMeasures()
Returns the value of the 'Measures' reference list.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
java.lang.String |
getRecognizer()
Returns the value of the 'Recognizer' attribute.
|
boolean |
isEnumerated()
Returns the value of the 'Enumerated' attribute.
|
void |
setClass(java.lang.String value)
Sets the value of the '
Class' attribute. |
void |
setEnumerated(boolean value)
Sets the value of the '
Enumerated' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
void |
setRecognizer(java.lang.String value)
Sets the value of the '
Recognizer' attribute. |
getAnnotation, getAttribute, getInbound, getModel, getOutbound, setModeljava.lang.String getClass_()
If the meaning of the 'Class' attribute isn't clear, there really should be more of a description here...
setClass(String),
SmmPackage.getScope_Class()void setClass(java.lang.String value)
Class' attribute.
value - the new value of the 'Class' attribute.getClass_()boolean isEnumerated()
If the meaning of the 'Enumerated' attribute isn't clear, there really should be more of a description here...
setEnumerated(boolean),
SmmPackage.getScope_Enumerated()void setEnumerated(boolean value)
Enumerated' attribute.
value - the new value of the 'Enumerated' attribute.isEnumerated()java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
SmmPackage.getScope_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()getMeasures()
Measure.
It is bidirectional and its opposite is 'Scope'.
If the meaning of the 'Measures' reference list isn't clear, there really should be more of a description here...
SmmPackage.getScope_Measures(),
Measure.getScope()java.lang.String getRecognizer()
If the meaning of the 'Recognizer' attribute isn't clear, there really should be more of a description here...
setRecognizer(String),
SmmPackage.getScope_Recognizer()void setRecognizer(java.lang.String value)
Recognizer' attribute.
value - the new value of the 'Recognizer' attribute.getRecognizer()