org.progeeks.meta.xml
Class TypeRegistryHandler.Mapping
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeRegistryHandler.Mapping
public TypeRegistryHandler.Mapping()
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.