public class ComponentResolutionScope extends Object implements DataSenseResolutionScope
| Constructor and Description |
|---|
ComponentResolutionScope(Location location)
Creates an instance of the scope for the given component location.
|
ComponentResolutionScope(Location location,
boolean keyEnrichment)
Creates an instance of the scope for the given component location.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DataSenseResolutionScopeVisitor visitor)
Allows to visit the scope hierarchy.
|
Location |
getLocation() |
Feature<Boolean> |
keyEnrichment() |
String |
toString() |
public ComponentResolutionScope(Location location)
location - Location for the component.public ComponentResolutionScope(Location location, boolean keyEnrichment)
location - Location for the component.keyEnrichment - defines if during DataSense when enrichment for model is done should or should not enrich the keys.public Location getLocation()
public Feature<Boolean> keyEnrichment()
public void accept(DataSenseResolutionScopeVisitor visitor)
DataSenseResolutionScopeaccept in interface DataSenseResolutionScopeCopyright © 2020 MuleSoft, Inc.. All rights reserved.