Uses of Class
org.jboss.metatype.api.values.AbstractMetaValue

Packages that use AbstractMetaValue
org.jboss.metatype.api.values   
 

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

Subclasses of AbstractMetaValue in org.jboss.metatype.api.values
 class ArrayValueSupport
          ArrayValue.
 class CollectionValueSupport
          CollectionValueSupport.
 class CompositeValueSupport
          A CompositeValue representing a Map<String,MetaValue>, where the set of allowed keys and their corresponding values' MetaTypes are specified by the associated ImmutableCompositeMetaType or MutableCompositeMetaType.
 class EnumValueSupport
          EnumValue.
 class GenericValueSupport
          GenericValue.
 class MapCompositeValueSupport
          A CompositeValue representing a Map<String,MetaValue>, where the set of allowed keys is specified by the associated MapCompositeMetaType, and where all values must be of the same MetaType.
 class SimpleValueSupport
          SimpleValue.
 class TableValueSupport
          TableValueSupport.
 



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