org.progeeks.meta.xml
Class TypeRegistryHandler.Mapping

java.lang.Object
  extended by org.progeeks.meta.xml.TypeRegistryHandler.Mapping
Enclosing class:
TypeRegistryHandler

public static class TypeRegistryHandler.Mapping
extends java.lang.Object

Represents a single mapping in the registry as read from XML.


Constructor Summary
TypeRegistryHandler.Mapping()
           
 
Method Summary
 void addMappingToRegistry(TypeRegistry registry)
          Adds this mapping to the specified type registry.
 java.lang.Class getClassType()
           
 java.lang.String getMetaClassType()
           
 PropertyType getType()
           
 java.lang.Object getValue()
           
 boolean isDefault()
           
 void setClassType(java.lang.Class classType)
           
 void setDefault(boolean d)
           
 void setMetaClassType(java.lang.String metaClassType)
           
 void setType(PropertyType type)
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeRegistryHandler.Mapping

public TypeRegistryHandler.Mapping()
Method Detail

addMappingToRegistry

public void addMappingToRegistry(TypeRegistry registry)
Adds this mapping to the specified type registry.


setType

public void setType(PropertyType type)

getType

public PropertyType getType()

setClassType

public void setClassType(java.lang.Class classType)

getClassType

public java.lang.Class getClassType()

setMetaClassType

public void setMetaClassType(java.lang.String metaClassType)

getMetaClassType

public java.lang.String getMetaClassType()

setDefault

public void setDefault(boolean d)

isDefault

public boolean isDefault()

setValue

public void setValue(java.lang.Object value)

getValue

public java.lang.Object getValue()


Copyright © 2002-2003 Paul Speed. All Rights Reserved.