gov.nih.nci.cagrid.data.sdk32query
Class BooleanAttributeCheckCache

java.lang.Object
  extended by gov.nih.nci.cagrid.data.sdk32query.BooleanAttributeCheckCache

public class BooleanAttributeCheckCache
extends java.lang.Object

BooleanAttributeCheckCache Checks if an attribute of a class is a boolean

Version:
$Id: BooleanAttributeCheckCache.java,v 1.3 2006/11/09 14:58:12 dervin Exp $
Author:
David W. Ervin

Constructor Summary
BooleanAttributeCheckCache()
           
 
Method Summary
static boolean isFieldBoolean(java.lang.String objClassName, java.lang.String fieldName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanAttributeCheckCache

public BooleanAttributeCheckCache()
Method Detail

isFieldBoolean

public static boolean isFieldBoolean(java.lang.String objClassName,
                                     java.lang.String fieldName)
                              throws QueryProcessingException
Throws:
QueryProcessingException