public interface ETypedElementCase
The following features are supported:
CustomPackage.getETypedElementCase()
Modifier and Type | Method and Description |
---|---|
ETypedElement |
getCase()
Returns the value of the 'Case' reference.
|
Query |
getValue()
Returns the value of the 'Value' containment reference.
|
void |
setCase(ETypedElement value)
Sets the value of the '
Case ' reference. |
void |
setValue(Query value)
Sets the value of the '
Value ' containment reference. |
ETypedElement getCase()
If the meaning of the 'Case' reference isn't clear, there really should be more of a description here...
setCase(ETypedElement)
,
CustomPackage.getETypedElementCase_Case()
void setCase(ETypedElement value)
Case
' reference.
value
- the new value of the 'Case' reference.getCase()
Query getValue()
If the meaning of the 'Value' containment reference isn't clear, there really should be more of a description here...
setValue(Query)
,
CustomPackage.getETypedElementCase_Value()
void setValue(Query value)
Value
' containment reference.
value
- the new value of the 'Value' containment reference.getValue()