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