public interface EEFDynamicMappingFor extends EEFControlDescription
The following features are supported:
EefPackage.getEEFDynamicMappingFor()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<EEFDynamicMappingIf> |
getIfs()
Returns the value of the 'Ifs' containment reference list.
|
java.lang.String |
getIterableExpression()
Returns the value of the 'Iterable Expression' attribute.
|
java.lang.String |
getIterator()
Returns the value of the 'Iterator' attribute.
|
void |
setIterableExpression(java.lang.String value)
Sets the value of the '
Iterable Expression ' attribute. |
void |
setIterator(java.lang.String value)
Sets the value of the '
Iterator ' attribute. |
getIdentifier, setIdentifier
java.lang.String getIterator()
setIterator(String)
,
EefPackage.getEEFDynamicMappingFor_Iterator()
void setIterator(java.lang.String value)
Iterator
' attribute.
value
- the new value of the 'Iterator' attribute.getIterator()
java.lang.String getIterableExpression()
setIterableExpression(String)
,
EefPackage.getEEFDynamicMappingFor_IterableExpression()
void setIterableExpression(java.lang.String value)
Iterable Expression
' attribute. value
- the new value of the 'Iterable Expression' attribute.getIterableExpression()
org.eclipse.emf.common.util.EList<EEFDynamicMappingIf> getIfs()
EEFDynamicMappingIf
. Used to determine which widget to create. EefPackage.getEEFDynamicMappingFor_Ifs()