net.refractions.udig.ui
Class LegalAttributeTypes

java.lang.Object
  extended by net.refractions.udig.ui.LegalAttributeTypes

public class LegalAttributeTypes
extends java.lang.Object

Maps between the Name of a type in the combo box cell editor and the class of the type.

Since:
1.1.0
Author:
jones

Constructor Summary
LegalAttributeTypes(java.lang.String nameA, java.lang.Class typeA)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.Class getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegalAttributeTypes

public LegalAttributeTypes(java.lang.String nameA,
                           java.lang.Class typeA)
Method Detail

getName

public java.lang.String getName()

getType

public java.lang.Class getType()