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
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
map
private HashMap map
AttributeMapX
public AttributeMapX()
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