org.jboss.metatype.api.values
Interface SimpleValue

All Superinterfaces:
Cloneable, Comparable<SimpleValue>, MetaValue, Serializable
All Known Implementing Classes:
SimpleValueSupport

public interface SimpleValue
extends MetaValue, Comparable<SimpleValue>

SimpleValue.

Version:
$Revision: 1.1 $
Author:
Adrian Brock, Scott.Stark@jboss.org

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

Method Detail

getMetaType

SimpleMetaType 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.