public interface Mappings
extends org.eclipse.emf.ecore.EObject
The following features are supported:
DeploymentPackage.getMappings()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<MappingEntry> |
getEntries()
Returns the value of the 'Entries' containment reference list.
|
FallbackMappingMode |
getFallbackMode()
Returns the value of the 'Fallback Mode' attribute.
|
void |
setFallbackMode(FallbackMappingMode value)
Sets the value of the '
Fallback Mode ' attribute. |
org.eclipse.emf.common.util.EList<MappingEntry> getEntries()
MappingEntry
.
If the meaning of the 'Entries' containment reference list isn't clear, there really should be more of a description here...
DeploymentPackage.getMappings_Entries()
FallbackMappingMode getFallbackMode()
"FAIL"
.
The literals are from the enumeration FallbackMappingMode
.
If the meaning of the 'Fallback Mode' attribute isn't clear, there really should be more of a description here...
FallbackMappingMode
,
setFallbackMode(FallbackMappingMode)
,
DeploymentPackage.getMappings_FallbackMode()
void setFallbackMode(FallbackMappingMode value)
Fallback Mode
' attribute.
value
- the new value of the 'Fallback Mode' attribute.FallbackMappingMode
,
getFallbackMode()