org.apache.commons.classscan.model
Interface MetaAnnotation.EnumValue

All Known Implementing Classes:
BcelEnumProperty
Enclosing interface:
MetaAnnotation

public static interface MetaAnnotation.EnumValue

Metadata about an Annotation Enum value


Method Summary
 MetaClass getEnumType()
          Get information about the Enumeration
 String getEnumValue()
          Get the name of the enumeration instance
 

Method Detail

getEnumType

MetaClass getEnumType()
Get information about the Enumeration


getEnumValue

String getEnumValue()
Get the name of the enumeration instance



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.