com.hyper9.simdk.codegen.impls
Class TypeProcessorImpl<T extends MetaType>
java.lang.Object
   com.hyper9.simdk.codegen.impls.TypeProcessorImpl<T>
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>
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
TypeProcessorImpl
public TypeProcessorImpl()
getProcessedMetaTypes
public HashMap<String,T> getProcessedMetaTypes()
- Description copied from interface: TypeProcessor
- Gets a list of the processed MetaTypes indexed by simple name.
 
- 
- Specified by:
- getProcessedMetaTypesin interface- TypeProcessor<T extends MetaType>
 
- 
- Returns:
- A list of the processed MetaTypes indexed by simple name.
 
Copyright © 2009-2010 Hyper9. All Rights Reserved.