public interface IsProxyCondition extends Condition
EObject
s that are unresolved proxies. Does not make sense for rules on
attributes.
The following features are supported:
RulePackage.getIsProxyCondition()
Modifier and Type | Method and Description |
---|---|
VDomainModelReference |
getDomainModelReference()
Returns the value of the 'Domain Model Reference' containment reference.
|
void |
setDomainModelReference(VDomainModelReference value)
Sets the value of the '
Domain Model Reference ' containment reference. |
evaluate, evaluateChangedValues
VDomainModelReference getDomainModelReference()
EReference
. The condition evaluates true
if the reference contains a proxy; false
, otherwise. If
omitted, the condition tests whether the domain object itself is a proxy, which is particularly useful in
IterateCondition
s.
setDomainModelReference(VDomainModelReference)
,
RulePackage.getIsProxyCondition_DomainModelReference()
void setDomainModelReference(VDomainModelReference value)
Domain Model Reference
' containment reference.
value
- the new value of the 'Domain Model Reference' containment reference.getDomainModelReference()
Copyright © 2019. All rights reserved.