Uses of Interface
org.jboss.metatype.api.values.TableValue

Packages that use TableValue
org.jboss.metatype.api.values   
org.jboss.metatype.plugins.values   
 

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

Classes in org.jboss.metatype.api.values that implement TableValue
 class TableValueSupport
          TableValueSupport.
 

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

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

Methods in org.jboss.metatype.plugins.values with parameters of type TableValue
protected  Map<?,?> DefaultMetaValueFactory.createMap(TableValue tableValue, org.jboss.reflect.spi.TypeInfo keyType, org.jboss.reflect.spi.TypeInfo valueType)
          Create a map
protected  Object DefaultMetaValueFactory.unwrapTable(TableValue tableValue, org.jboss.reflect.spi.TypeInfo type)
          Unwrap table meta value.
 



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