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
getType
 

Method Detail

getValue

public String getValue()
Get the value

Returns:
the value


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.