Uses of Class
org.apache.oodt.cas.filemgr.structs.type.TypeHandler

Packages that use TypeHandler
org.apache.oodt.cas.filemgr.structs   
org.apache.oodt.cas.filemgr.structs.type   
org.apache.oodt.cas.filemgr.structs.type.examples   
org.apache.oodt.cas.filemgr.util   
 

Uses of TypeHandler in org.apache.oodt.cas.filemgr.structs
 

Methods in org.apache.oodt.cas.filemgr.structs that return types with arguments of type TypeHandler
 List<TypeHandler> ProductType.getHandlers()
           
 

Method parameters in org.apache.oodt.cas.filemgr.structs with type arguments of type TypeHandler
 void ProductType.setHandlers(List<TypeHandler> handlers)
           
 

Uses of TypeHandler in org.apache.oodt.cas.filemgr.structs.type
 

Subclasses of TypeHandler in org.apache.oodt.cas.filemgr.structs.type
 class ValueReplaceTypeHandler
          A Subset-TypeHandler which only allows for metadata value modification.
 

Uses of TypeHandler in org.apache.oodt.cas.filemgr.structs.type.examples
 

Subclasses of TypeHandler in org.apache.oodt.cas.filemgr.structs.type.examples
 class MajorMinorVersionTypeHandler
          Handler metadata element values whose original format is: \d{1,2}.\d{0,2} Return Catalog value format: \d\d.\d\d Return original value format: \d{1,2}.\d{1,2}
 

Uses of TypeHandler in org.apache.oodt.cas.filemgr.util
 

Methods in org.apache.oodt.cas.filemgr.util that return TypeHandler
static TypeHandler GenericFileManagerObjectFactory.getTypeHandlerFromClassName(String className)
           
static TypeHandler XmlRpcStructFactory.getTypeHandlerFromXmlRpc(Hashtable<String,Object> typeHandlerHash)
           
 

Methods in org.apache.oodt.cas.filemgr.util that return types with arguments of type TypeHandler
static List<TypeHandler> XmlRpcStructFactory.getTypeHandlersFromXmlRpc(Vector<Hashtable<String,Object>> handlersVector)
           
 

Methods in org.apache.oodt.cas.filemgr.util with parameters of type TypeHandler
static Hashtable<String,Object> XmlRpcStructFactory.getXmlRpcTypeHandler(TypeHandler typeHandler)
           
 

Method parameters in org.apache.oodt.cas.filemgr.util with type arguments of type TypeHandler
static Vector<Hashtable<String,Object>> XmlRpcStructFactory.getXmlRpcTypeHandlers(List<TypeHandler> typeHandlers)
           
 



Copyright © 1999-2011 Apache OODT. All Rights Reserved.