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