org.jboss.reflect.spi
Interface EnumConstantInfo

All Known Implementing Classes:
EnumConstantInfoImpl

public interface EnumConstantInfo

An enumeration constant

Author:
Bill Burke, Adrian Brock

Method Summary
 EnumInfo getDeclaring()
          Get the declaring enumeration
 String getName()
          Get the name
 

Method Detail

getName

String getName()
Get the name

Returns:
the name

getDeclaring

EnumInfo getDeclaring()
Get the declaring enumeration

Returns:
the enumeration


Copyright © 2004 JBoss Inc. All Rights Reserved.