Uses of Interface
com.hyper9.simdk.codegen.types.MetaType

Packages that use MetaType
com.hyper9.simdk.codegen.impls   
com.hyper9.simdk.codegen.types   
 

Uses of MetaType in com.hyper9.simdk.codegen.impls
 

Classes in com.hyper9.simdk.codegen.impls with type parameters of type MetaType
 class TypeProcessorImpl<T extends MetaType>
           
 

Classes in com.hyper9.simdk.codegen.impls that implement MetaType
 class DataObjectTypeImpl
          A meta type for VMware data objects.
 class EnumTypeImpl
          A meta type that represents an Enum.
 class FaultTypeImpl
          A type for representing Vim faults.
 class ManagedObjectTypeImpl
           
 class MetaClassTypeImpl
           
 class MetaTypeImpl
           
 class VimServiceTypeImpl
           
 

Methods in com.hyper9.simdk.codegen.impls that return MetaType
 MetaType MetaPropertyImpl.getMetaType()
           
 

Constructors in com.hyper9.simdk.codegen.impls with parameters of type MetaType
MetaPropertyImpl(MetaType metaType)
           
 

Uses of MetaType in com.hyper9.simdk.codegen.types
 

Classes in com.hyper9.simdk.codegen.types with type parameters of type MetaType
 interface TypeProcessor<T extends MetaType>
          A callback used when enumerating package resources and processing meta types.
 

Subinterfaces of MetaType in com.hyper9.simdk.codegen.types
 interface DataObjectType
          A meta type for VMware data objects.
 interface EnumType
          A meta type that represents an Enum.
 interface FaultType
          A type for representing Vim faults.
 interface ManagedObjectType
          A meta type for VMware managed objects.
 interface VimServiceType
          A meta type for the Vim web service end point.
 

Methods in com.hyper9.simdk.codegen.types that return MetaType
 MetaType MetaProperty.getMetaType()
          Get the MetaType that this MetaProperty belongs to.
 



Copyright © 2009-2010 Hyper9. All Rights Reserved.