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

public String getName()
Get the name

Returns:
the name

getDeclaring

public EnumInfo getDeclaring()
Get the declaring enumeration

Returns:
the enumeration


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