public interface DmcNameResolverIF
| Modifier and Type | Method and Description |
|---|---|
DmcObject |
findNamedDMO(DmcObjectName name)
Finds a DMO based on its name.
|
DmcNamedObjectIF |
findNamedObject(DmcObjectName name)
Finds a named object based on its name.
|
DmcNamedObjectIF |
findNamedObject(DmcObjectName name,
int attributeID)
Finds a named object based on its name and indicates the attribute via which
the reference is being made.
|
DmcNamedObjectIF findNamedObject(DmcObjectName name)
DmcNamedObjectIF findNamedObject(DmcObjectName name, int attributeID)
name - the name of an objectattributeID - the attribute by which it is namedDmcObject findNamedDMO(DmcObjectName name)
name - the name of the objectCopyright © 2023. All rights reserved.