public interface EEFDynamicMappingIf
extends org.eclipse.emf.ecore.EObject
The following features are supported:
EefPackage.getEEFDynamicMappingIf()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPredicateExpression()
Returns the value of the 'Predicate Expression' attribute.
|
EEFWidgetDescription |
getWidget()
Returns the value of the 'Widget' containment reference.
|
void |
setPredicateExpression(java.lang.String value)
Sets the value of the '
Predicate Expression ' attribute. |
void |
setWidget(EEFWidgetDescription value)
Sets the value of the '
Widget ' containment
reference. |
java.lang.String getPredicateExpression()
setPredicateExpression(String)
,
EefPackage.getEEFDynamicMappingIf_PredicateExpression()
void setPredicateExpression(java.lang.String value)
Predicate Expression
' attribute. value
- the new value of the 'Predicate Expression' attribute.getPredicateExpression()
EEFWidgetDescription getWidget()
setWidget(EEFWidgetDescription)
,
EefPackage.getEEFDynamicMappingIf_Widget()
void setWidget(EEFWidgetDescription value)
Widget
' containment
reference. value
- the new value of the 'Widget' containment reference.getWidget()