org.jboss.kernel.plugins.dependency
Interface AttributeInfo

All Known Implementing Classes:
AbstractAttributeInfo, MethodAttributeInfo, PropertyAttributeInfo

public interface AttributeInfo

PropertyInfo or MethodInfo abstraction.

Author:
Ales Justin

Method Summary
 String getName()
          Get the name.
 org.jboss.reflect.spi.TypeInfo getType()
          Get attribute type.
 boolean isProperty()
          Is property.
 boolean isValid()
          Is valid.
 

Method Detail

isProperty

boolean isProperty()
Is property.

Returns:
true for PropertyInfo, false otherwise

getName

String getName()
Get the name.

Returns:
attribute name

getType

org.jboss.reflect.spi.TypeInfo getType()
Get attribute type.

Returns:
type info

isValid

boolean isValid()
Is valid.

Returns:
true if valid, false otherwise


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.