com.algosome.common.util.preferences
Class FieldFactory

java.lang.Object
  extended by com.algosome.common.util.preferences.FieldFactory

public class FieldFactory
extends java.lang.Object

Factory class to retrieve the Field.FieldType of a given object based upon its class type.

Author:
Greg Cope

Constructor Summary
FieldFactory()
           
 
Method Summary
static Field.FieldType getClassComponent(java.lang.String key, java.lang.Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldFactory

public FieldFactory()
Method Detail

getClassComponent

public static Field.FieldType getClassComponent(java.lang.String key,
                                                java.lang.Object object)