Uses of Interface
org.jboss.metatype.api.types.TableMetaType

Packages that use TableMetaType
org.jboss.metatype.api.types   
org.jboss.metatype.api.values   
org.jboss.metatype.plugins.types   
org.jboss.metatype.plugins.values   
 

Uses of TableMetaType in org.jboss.metatype.api.types
 

Classes in org.jboss.metatype.api.types that implement TableMetaType
 class ImmutableTableMetaType
          ImmutableTableMetaType.
 

Uses of TableMetaType in org.jboss.metatype.api.values
 

Methods in org.jboss.metatype.api.values that return TableMetaType
 TableMetaType TableValueSupport.getMetaType()
           
 TableMetaType TableValue.getMetaType()
           
 

Constructors in org.jboss.metatype.api.values with parameters of type TableMetaType
TableValueSupport(TableMetaType tableType)
          Construct Table Value with an initial capacity of 101 and a load factor of 0.75
TableValueSupport(TableMetaType tableType, int initialCapacity, float loadFactor)
          Construct Table value
 

Uses of TableMetaType in org.jboss.metatype.plugins.types
 

Methods in org.jboss.metatype.plugins.types that return TableMetaType
 TableMetaType DefaultMetaTypeFactory.createMapType(org.jboss.reflect.spi.TypeInfo keyType, org.jboss.reflect.spi.TypeInfo valueType)
          Create a map type
 TableMetaType DefaultMetaTypeFactory.generateMap(org.jboss.reflect.spi.ClassInfo typeInfo)
          Generate a map metatype
 

Uses of TableMetaType in org.jboss.metatype.plugins.values
 

Methods in org.jboss.metatype.plugins.values with parameters of type TableMetaType
 TableValue DefaultMetaValueFactory.createTableValue(TableMetaType type, Map value, Map<Object,MetaValue> mapping)
          Create a table value
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.