Coinjema
1.7

Uses of Class
org.coinjema.context.source.MetaType

Packages that use MetaType
org.coinjema.context   
org.coinjema.context.source   
 

Uses of MetaType in org.coinjema.context
 

Methods in org.coinjema.context that return MetaType
 MetaType SpiceRack.getScope(String resourceName, Class<?> objClass, Object obj)
           
 

Uses of MetaType in org.coinjema.context.source
 

Methods in org.coinjema.context.source that return MetaType
static MetaType MetaType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MetaType[] MetaType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.coinjema.context.source that return types with arguments of type MetaType
static Set<MetaType> MetaType.getIncludedTypes(String name)
           
 Collection<MetaType> SimpleResource.getMetaTypes()
           
 Collection<MetaType> JdbcResource.getMetaTypes()
           
 Collection<MetaType> FileResource.getMetaTypes()
           
 Collection<MetaType> Resource.getMetaTypes()
           
 

Constructors in org.coinjema.context.source with parameters of type MetaType
SimpleResource(String name, MetaType scope)
           
 


Coinjema
1.7

Public Domain Software.