org.jtools.dao.invocation
Interface AttributeHandler<T_Attribute,T_TestData>
- All Known Implementing Classes:
- CommonHandler, EnumHandler, ObjectHandler, PrimitiveHandler.PrimitiveBooleanAH, PrimitiveHandler.PrimitiveByteAH, PrimitiveHandler.PrimitiveCharAH, PrimitiveHandler.PrimitiveDoubleAH, PrimitiveHandler.PrimitiveFloatAH, PrimitiveHandler.PrimitiveIntAH, PrimitiveHandler.PrimitiveLongAH, PrimitiveHandler.PrimitiveShortAH, PrimitiveWrapperHandler.BooleanAH, PrimitiveWrapperHandler.ByteAH, PrimitiveWrapperHandler.CharAH, PrimitiveWrapperHandler.DoubleAH, PrimitiveWrapperHandler.FloatAH, PrimitiveWrapperHandler.IntegerAH, PrimitiveWrapperHandler.LongAH, PrimitiveWrapperHandler.ShortAH, StringHandler
public interface AttributeHandler<T_Attribute,T_TestData>
TODO type-description
- Author:
- Rainer Noack
getAttributeClass
Class getAttributeClass()
getAttributeSuperClass
Class getAttributeSuperClass()
testAttribute
T_TestData testAttribute(int invocationLevel,
ConstructorHelper comp,
Object parent,
Class attributeClass,
String name,
String value)
createAttribute
Object createAttribute(Object parent,
Class<T_Attribute> attributeClass,
String name,
String value,
T_TestData data)
© 2000-2006, JTools.org.