|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oddjob.arooa.reflect.PropertyIdentifier<R,N>
R
- public class PropertyIdentifier<R,N>
Provides a result based on a class definition, descriptor and element definition.
Nested Class Summary | |
---|---|
static interface |
PropertyIdentifier.ElementActionFactory<N>
Element Action Factory |
static interface |
PropertyIdentifier.PropertyTypeActions<R,N>
Users of the PropertyIdentifier class provide an instance of this to provide the correct Result in the various possibilities for the property. |
Constructor Summary | |
---|---|
PropertyIdentifier(PropertyIdentifier.ElementActionFactory<N> actionFactory,
PropertyIdentifier.PropertyTypeActions<R,N> elementAction)
Constructor. |
Method Summary | |
---|---|
R |
identifyPropertyFor(ArooaClass classId,
ArooaElement element,
ArooaContext context)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyIdentifier(PropertyIdentifier.ElementActionFactory<N> actionFactory, PropertyIdentifier.PropertyTypeActions<R,N> elementAction)
elementAction
- Method Detail |
---|
public R identifyPropertyFor(ArooaClass classId, ArooaElement element, ArooaContext context) throws ArooaConfigurationException
ArooaConfigurationException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |