Fix constant names and singleton accessor method
commitaf820473deb1d09c4386696814c93d7f17e2ec5c
authorImran M Yousuf <imyousuf@smartitengineering.com>
Sun, 20 Sep 2009 09:01:59 +0000 (20 16:01 +0700)
committerImran M Yousuf <imyousuf@smartitengineering.com>
Sun, 20 Sep 2009 09:01:59 +0000 (20 16:01 +0700)
tree2887da76d0022ee6b0bcf790b92290f935b64a56
parentcfd08a9a44d63c608d0ff49e29f46f013411b505
Fix constant names and singleton accessor method

The singleton accessor method was not static despite being singleton, so
added static modifier to it.

Changed constant names to fix the namespace error and also added new
constants for basic types.

Signed-off-by: Imran M Yousuf <imyousuf@smartitengineering.com>
smart-exim/smart-exim-xml-impl/src/main/java/com/smartitengineering/exim/impl/xml/ElementExporter.java
smart-exim/smart-exim-xml-impl/src/main/java/com/smartitengineering/exim/impl/xml/GenericCollectionElementExporter.java
smart-exim/smart-exim-xml-impl/src/main/java/com/smartitengineering/exim/impl/xml/MapElementExporter.java