org.apache.ecs
Interface AttributeRegistry
- All Known Implementing Classes:
- ElementAttributes
- public abstract interface AttributeRegistry
- extends AttributeFactory
Interface for Elements that need to implement an Attribute Registry.
- Version:
- $Id: AttributeRegistry.java,v 1.2 1999/04/22 01:55:53 stephan Exp $
- Author:
- Stephan Nagy, Jon S. Stevens
addAttribute
public void addAttribute(java.lang.String name,
java.lang.Object element)
removeAttribute
public void removeAttribute(java.lang.String name)
hasAttribute
public boolean hasAttribute(java.lang.String name)