| org.kuali.core.datadictionary.BusinessObjectEntryVisitor
BusinessObjectEntryVisitor | public interface BusinessObjectEntryVisitor (Code) | | Interface defining an object used to perform arbitrary operations on a collection of BusinessObjectEntry instances.
|
Method Summary | |
public void | visitEntry(BusinessObjectEntry businessObjectEntry) Performs some arbitrary operation on or with the given BusinessObjectEntry instance. |
visitEntry | public void visitEntry(BusinessObjectEntry businessObjectEntry)(Code) | | Performs some arbitrary operation on or with the given BusinessObjectEntry instance.
Parameters: businessObjectEntry - |
|
|