org.jboss.metatype.api.values
Interface EnumValue

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

public interface EnumValue
extends MetaValue

EnumValue.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

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

Method Detail

getMetaType

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

Specified by:
getMetaType in interface MetaValue
Returns:
the metatype

getValue

String getValue()
Get the underlying value

Returns:
the underlying value


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