org.jboss.reflect.spi
Interface EnumValue

All Superinterfaces:
Value
All Known Implementing Classes:
EnumValueImpl

public interface EnumValue
extends Value

An enumeration value

Author:
Bill Burke, Adrian Brock

Method Summary
 String getValue()
          Get the value
 
Methods inherited from interface org.jboss.reflect.spi.Value
asAnnotation, asArray, asClass, asEnum, asPrimitive, asString, getType, isAnnotation, isArray, isClass, isEnum, isPrimitive, isString
 

Method Detail

getValue

String getValue()
Get the value

Returns:
the value


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