net.groboclown.xml.xdstates.v1.impl
Class AttributeMapX

java.lang.Object
  |
  +--net.groboclown.xml.xdstates.v1.impl.AttributeMapX
All Implemented Interfaces:
IAttributeMap

public class AttributeMapX
extends Object
implements IAttributeMap

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

Field Summary
private  HashMap map
           
 
Constructor Summary
AttributeMapX()
           
 
Method Summary
 boolean addAttributeModule(String name, IAttributeModule module)
           
 IAttributeModule getAttributeModule(String name)
           
 String[] getAttributeNames()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

map

private HashMap map
Constructor Detail

AttributeMapX

public AttributeMapX()
Method Detail

getAttributeNames

public String[] getAttributeNames()
Specified by:
getAttributeNames in interface IAttributeMap

getAttributeModule

public IAttributeModule getAttributeModule(String name)
Specified by:
getAttributeModule in interface IAttributeMap

addAttributeModule

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


Written under the LGPL