18 package org.turro.elephant.impl.abstracts;
20 import java.util.HashMap;
21 import java.util.Iterator;
23 import org.turro.string.ObjectString;
24 import org.jdom.Element;
25 import org.turro.collections.KeyValueMap;
26 import org.turro.elephant.context.IConstructor;
27 import org.turro.elephant.context.IElement;
28 import org.turro.elephant.context.IImplementation;
62 el = (Element) it.next();
63 attributes.put(el.getAttributeValue(
"name"), el.getAttributeValue(
"value"));
67 private KeyValueMap _attributes;
70 if(_attributes ==
null) {
78 return (Long) ObjectString.parseString(value, Long.class,
true);
void setElement(IElement element)
KeyValueMap getAttributes()
Long getLongAttribute(String key)
void setConstructor(IConstructor constructor)
void setConfiguration(Element configuration)