public interface IsProxyCondition extends Condition
EObjects 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, evaluateChangedValuesVDomainModelReference 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
IterateConditions.
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.