|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jsesoft.ri.ParameterTypesInspector org.jsesoft.mmbi.MMBIParameterTypesInspector
public class MMBIParameterTypesInspector
Provides services for MMBI parameter types inspectors.
Constructor Summary | |
---|---|
MMBIParameterTypesInspector(java.lang.Object theEntity)
Creates new TextParameterTypesInspector. |
Method Summary | |
---|---|
void |
inspectItem(java.lang.Class<?> theEntity,
PassBack passBack)
Inspects the item. |
void |
inspectItems(PassBack passBack)
Inspects the a list of items. |
Methods inherited from class org.jsesoft.ri.ParameterTypesInspector |
---|
getEntity |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MMBIParameterTypesInspector(java.lang.Object theEntity)
theEntity
- the entity to inspectMethod Detail |
---|
public void inspectItem(java.lang.Class<?> theEntity, PassBack passBack) throws java.lang.Exception
inspectItem
in interface Inspector<java.lang.Class<?>>
inspectItem
in class ParameterTypesInspector
theEntity
- the sub-item to inspectpassBack
- an object passed back by all inspect functions
java.lang.Exception
- on failureParameterTypesInspector.inspectItem(java.lang.Class, org.jsesoft.ri.PassBack)
public void inspectItems(PassBack passBack) throws java.lang.Exception
inspectItems
in interface Inspector<java.lang.Class<?>>
inspectItems
in class ParameterTypesInspector
passBack
- an object passed back by all inspect functions
java.lang.Exception
- on failureParameterTypesInspector.inspectItems(org.jsesoft.ri.PassBack)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |