public interface DmcNameResolverWithClashSupportIF extends DmcNameResolverIF
| Modifier and Type | Method and Description |
|---|---|
DmcNamedObjectIF |
findNamedObjectMayClash(DmcObject object,
DmcObjectName name,
DmcNameClashResolverIF resolver,
DmcAttributeInfo ai)
Finds a named object based on its name and indicates the attribute via which
the reference is being made.
|
findNamedDMO, findNamedObject, findNamedObjectDmcNamedObjectIF findNamedObjectMayClash(DmcObject object, DmcObjectName name, DmcNameClashResolverIF resolver, DmcAttributeInfo ai) throws DmcValueException
object - the object that we're resolvingname - the name of the object being referred toresolver - the entity that may resolve clashes if they occurai - the attribute being resolvedDmcValueException - if values are incorrectCopyright © 2023. All rights reserved.