org.jboss.osgi.metadata.internal
Class AbstractAttributeAware
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attribute
protected String attribute
AbstractAttributeAware
protected AbstractAttributeAware(String attribute)
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.