net.sf.jdmf.data.input.attribute
Class AttributeTypeFactory

java.lang.Object
  extended by net.sf.jdmf.data.input.attribute.AttributeTypeFactory

public class AttributeTypeFactory
extends java.lang.Object

Determines the attribute type based on the class of its values.

Author:
quorthon

Constructor Summary
AttributeTypeFactory()
           
 
Method Summary
 AttributeType getAttributeType(java.lang.Class attributeClass)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeTypeFactory

public AttributeTypeFactory()
Method Detail

getAttributeType

public AttributeType getAttributeType(java.lang.Class attributeClass)