org.jboss.metatype.api.values
Interface MetaValue

All Superinterfaces:
Cloneable, Serializable
All Known Subinterfaces:
ArrayValue, CollectionValue, CompositeValue, EnumValue, GenericValue, SimpleValue, TableValue
All Known Implementing Classes:
AbstractMetaValue, ArrayValueSupport, CollectionValueSupport, CompositeValueSupport, EnumValueSupport, GenericValueSupport, MapCompositeValueSupport, PropertiesMetaValue, SimpleValueSupport, TableValueSupport

public interface MetaValue
extends Serializable, Cloneable

MetaValue.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Method Summary
 MetaValue clone()
          Clone the meta value
 MetaType getMetaType()
          Get the metatype for this value
 

Method Detail

getMetaType

MetaType getMetaType()
Get the metatype for this value

Returns:
the metatype

clone

MetaValue clone()
Clone the meta value

Returns:
the cloned meta value


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