net.groboclown.xml.xdstates.v1
Interface IAttributeMap

All Known Implementing Classes:
AttributeMapX

public interface IAttributeMap

Version:
Alpha 0.9.0 - JDK 1.0+
Author:
Matt Albrecht

Method Summary
 boolean addAttributeModule(String name, IAttributeModule module)
           
 IAttributeModule getAttributeModule(String name)
           
 String[] getAttributeNames()
           
 

Method Detail

getAttributeNames

public String[] getAttributeNames()

getAttributeModule

public IAttributeModule getAttributeModule(String name)

addAttributeModule

public boolean addAttributeModule(String name,
                                  IAttributeModule module)
Returns:
true if the module was added, or false if the module could not be added.


Written under the LGPL