com.hyper9.simdk.codegen.impls
Class TypeProcessorImpl<T extends MetaType>

java.lang.Object
  extended by com.hyper9.simdk.codegen.impls.TypeProcessorImpl<T>
All Implemented Interfaces:
TypeProcessor<T>
Direct Known Subclasses:
DataObjectTypeProcessorImpl, EnumTypeProcessorImpl, FaultTypeProcessorImpl, ManagedObjectTypeProcessorImpl, VimServiceTypeProcessorImpl

public abstract class TypeProcessorImpl<T extends MetaType>
extends Object
implements TypeProcessor<T>


Constructor Summary
TypeProcessorImpl()
           
 
Method Summary
 HashMap<String,T> getProcessedMetaTypes()
          Gets a list of the processed MetaTypes indexed by simple name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.hyper9.simdk.codegen.types.TypeProcessor
processClass, shouldProcess
 

Constructor Detail

TypeProcessorImpl

public TypeProcessorImpl()
Method Detail

getProcessedMetaTypes

public HashMap<String,T> getProcessedMetaTypes()
Description copied from interface: TypeProcessor
Gets a list of the processed MetaTypes indexed by simple name.

Specified by:
getProcessedMetaTypes in interface TypeProcessor<T extends MetaType>
Returns:
A list of the processed MetaTypes indexed by simple name.


Copyright © 2009-2010 Hyper9. All Rights Reserved.