Interface | Description |
---|---|
ArrayValue |
ArrayValue.
|
CollectionValue |
CollectionValue.
|
CompositeValue |
A
MetaValue representing a Map<String,MetaValue> , where the set of allowed keys and
their corresponding values' MetaTypes are specified by the associated CompositeMetaType . |
EnumValue |
EnumValue.
|
GenericValue |
GenericValue.
|
InstanceFactory<T> |
The recreate instance factory.
|
MetaValue |
MetaValue.
|
SimpleValue |
SimpleValue.
|
TableValue |
TableValue.
|
Class | Description |
---|---|
AbstractMetaValue |
AbstractMetaValue.
|
ArrayValueSupport |
ArrayValue.
|
CollectionValueSupport |
CollectionValueSupport.
|
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 . |
EnumValueSupport |
EnumValue.
|
GenericValueSupport |
GenericValue.
|
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. |
MetaValueFactory |
MetaValueFactory.
|
PropertiesMetaValue |
A mapping from the jdk Properties to a MetaValue
|
SimpleValueComparator |
A Comparator for SimpleValues.
|
SimpleValueSupport |
SimpleValue.
|
TableValueSupport |
TableValueSupport.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.