public interface DmcNameBuilderIF
| Modifier and Type | Method and Description |
|---|---|
int |
getNameAttributeID() |
String |
getNameClass()
The value returned here aligns with the getNameClass() on a DmcObjectNameIF implementor.
|
DmcTypeDmcObjectName<?> |
getNewNameHolder(DmcObjectName name,
DmcAttributeInfo ai)
Requests that the name builder construct an attribute of the appropriate type
and set its value to be the specified name.
|
String getNameClass()
int getNameAttributeID()
DmcTypeDmcObjectName<?> getNewNameHolder(DmcObjectName name, DmcAttributeInfo ai)
name - the name to be wrapped.ai - the attribute info of the naming attribute associated with this type of name.Copyright © 2023. All rights reserved.