org.jboss.osgi.metadata.internal
Class AbstractAttributeAware

java.lang.Object
  extended by org.jboss.osgi.metadata.internal.AbstractAttributeAware
All Implemented Interfaces:
AttributeAware
Direct Known Subclasses:
AbstractParameterizedAttribute

public abstract class AbstractAttributeAware
extends Object
implements AttributeAware

Attribute holder.

Author:
Ales Justin, Thomas.Diesler@jboss.com

Field Summary
protected  String attribute
           
 
Constructor Summary
protected AbstractAttributeAware(String attribute)
           
 
Method Summary
 String getAttribute()
          Get the attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attribute

protected String attribute
Constructor Detail

AbstractAttributeAware

protected AbstractAttributeAware(String attribute)
Method Detail

getAttribute

public String getAttribute()
Description copied from interface: AttributeAware
Get the attribute.

Specified by:
getAttribute in interface AttributeAware
Returns:
string attribute value


Copyright © 2012 JBoss by Red Hat. All Rights Reserved.