org.pentaho.di.trans.steps.edi2xml.grammar
Class FastSimpleGenericEdifactDirectXMLParser.STAttrMap
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap
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
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
FastSimpleGenericEdifactDirectXMLParser.STAttrMap
public FastSimpleGenericEdifactDirectXMLParser.STAttrMap()
put
public FastSimpleGenericEdifactDirectXMLParser.STAttrMap put(String attrName,
Object value)
put
public FastSimpleGenericEdifactDirectXMLParser.STAttrMap put(String attrName,
int value)