org.pentaho.di.trans.steps.edi2xml.grammar
Class FastSimpleGenericEdifactDirectXMLParser.STAttrMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by org.pentaho.di.trans.steps.edi2xml.grammar.FastSimpleGenericEdifactDirectXMLParser.STAttrMap
All Implemented Interfaces:
Serializable, Cloneable, Map
Enclosing class:
FastSimpleGenericEdifactDirectXMLParser

public static class FastSimpleGenericEdifactDirectXMLParser.STAttrMap
extends HashMap

allows convenient multi-value initialization: "new STAttrMap().put(...).put(...)"

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
FastSimpleGenericEdifactDirectXMLParser.STAttrMap()
           
 
Method Summary
 FastSimpleGenericEdifactDirectXMLParser.STAttrMap put(String attrName, int value)
           
 FastSimpleGenericEdifactDirectXMLParser.STAttrMap put(String attrName, Object value)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

FastSimpleGenericEdifactDirectXMLParser.STAttrMap

public FastSimpleGenericEdifactDirectXMLParser.STAttrMap()
Method Detail

put

public FastSimpleGenericEdifactDirectXMLParser.STAttrMap put(String attrName,
                                                             Object value)

put

public FastSimpleGenericEdifactDirectXMLParser.STAttrMap put(String attrName,
                                                             int value)