org.jboss.metatype.api.values
Class AbstractMetaValue

java.lang.Object
  extended by org.jboss.metatype.api.values.AbstractMetaValue
All Implemented Interfaces:
Serializable, Cloneable, MetaValue
Direct Known Subclasses:
ArrayValueSupport, CollectionValueSupport, CompositeValueSupport, EnumValueSupport, GenericValueSupport, MapCompositeValueSupport, SimpleValueSupport, TableValueSupport

public abstract class AbstractMetaValue
extends Object
implements MetaValue

AbstractMetaValue.

Version:
$Revision: 1.1 $
Author:
Adrian Brock
See Also:
Serialized Form

Constructor Summary
AbstractMetaValue()
           
 
Method Summary
 MetaValue clone()
          Clone the meta value
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.metatype.api.values.MetaValue
getMetaType
 

Constructor Detail

AbstractMetaValue

public AbstractMetaValue()
Method Detail

clone

public MetaValue clone()
Description copied from interface: MetaValue
Clone the meta value

Specified by:
clone in interface MetaValue
Overrides:
clone in class Object
Returns:
the cloned meta value


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