JTools

org.jtools.dao.invocation
Class PrimitiveHandler.PrimitiveBooleanAH

java.lang.Object
  extended by org.jtools.dao.invocation.PrimitiveHandler.AbstractPrimitiveAH
      extended by org.jtools.dao.invocation.PrimitiveHandler.PrimitiveBooleanAH
All Implemented Interfaces:
AttributeHandler
Direct Known Subclasses:
PrimitiveWrapperHandler.BooleanAH
Enclosing class:
PrimitiveHandler

public static class PrimitiveHandler.PrimitiveBooleanAH
extends PrimitiveHandler.AbstractPrimitiveAH
implements AttributeHandler


Field Summary
static AttributeHandler SINGLETON
           
 
Constructor Summary
PrimitiveHandler.PrimitiveBooleanAH()
           
 
Method Summary
 Class getAttributeClass()
           
 Object testAttribute(int invocationLevel, ConstructorHelper comp, Object parent, Class attributeClass, String name, String value)
           
 
Methods inherited from class org.jtools.dao.invocation.PrimitiveHandler.AbstractPrimitiveAH
createAttribute, getAttributeSuperClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jtools.dao.invocation.AttributeHandler
createAttribute, getAttributeSuperClass
 

Field Detail

SINGLETON

public static AttributeHandler SINGLETON
Constructor Detail

PrimitiveHandler.PrimitiveBooleanAH

public PrimitiveHandler.PrimitiveBooleanAH()
Method Detail

getAttributeClass

public Class getAttributeClass()
Specified by:
getAttributeClass in interface AttributeHandler

testAttribute

public Object testAttribute(int invocationLevel,
                            ConstructorHelper comp,
                            Object parent,
                            Class attributeClass,
                            String name,
                            String value)
Specified by:
testAttribute in interface AttributeHandler

JTools

© 2000-2006, JTools.org.