org.apache.commons.clazz
Interface ClazzAttribute


public interface ClazzAttribute

Version:
$Id: ClazzAttribute.java 155436 2005-02-26 13:17:48Z dirkv $
Author:
Dmitri Plotnikov

Method Summary
 String getName()
          An attribute has a name, perhaps qualified.
 Object getValue()
          Returns the attribute value.
 

Method Detail

getName

String getName()
An attribute has a name, perhaps qualified. For example, if you have an attribute like @javabean.property name="foo", the attribute name will be "javabean.property.name"


getValue

Object getValue()
Returns the attribute value.



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.