org.jboss.metatype.api.values
Interface GenericValue

All Superinterfaces:
Cloneable, MetaValue, Serializable
All Known Implementing Classes:
GenericValueSupport

public interface GenericValue
extends MetaValue

GenericValue.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Method Summary
 GenericMetaType getMetaType()
          Get the metatype for this value
 Serializable getValue()
          Get the underlying value
 
Methods inherited from interface org.jboss.metatype.api.values.MetaValue
clone
 

Method Detail

getMetaType

GenericMetaType getMetaType()
Description copied from interface: MetaValue
Get the metatype for this value

Specified by:
getMetaType in interface MetaValue
Returns:
the metatype

getValue

Serializable getValue()
Get the underlying value

Returns:
the underlying value


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