org.apache.commons.classscan.bcel
Class BcelEnumProperty

java.lang.Object
  extended by org.apache.commons.classscan.bcel.BcelEnumProperty
All Implemented Interfaces:
MetaAnnotation.EnumValue

public class BcelEnumProperty
extends Object
implements MetaAnnotation.EnumValue


Constructor Summary
BcelEnumProperty(MetaClass enumType, String enumValue)
           
 
Method Summary
 MetaClass getEnumType()
          Get information about the Enumeration
 String getEnumValue()
          Get the name of the enumeration instance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BcelEnumProperty

public BcelEnumProperty(MetaClass enumType,
                        String enumValue)
Method Detail

getEnumType

public MetaClass getEnumType()
Description copied from interface: MetaAnnotation.EnumValue
Get information about the Enumeration

Specified by:
getEnumType in interface MetaAnnotation.EnumValue

getEnumValue

public String getEnumValue()
Description copied from interface: MetaAnnotation.EnumValue
Get the name of the enumeration instance

Specified by:
getEnumValue in interface MetaAnnotation.EnumValue


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