public interface AssociationFilter
Modifier and Type | Method and Description |
---|---|
boolean |
isSelected(javax.xml.registry.infomodel.Association pAssociation)
Returns whether the association is selected.
|
boolean isSelected(javax.xml.registry.infomodel.Association pAssociation) throws javax.xml.registry.JAXRException
pAssociation
- the association object.true
if the association is selected.javax.xml.registry.JAXRException
- if an internal error occurs.