Class DefaultAttributeIO

  • All Implemented Interfaces:
    AttributeIO

    public class DefaultAttributeIO
    extends Object
    implements AttributeIO
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String encode​(String att, Object value)  
      Object parse​(String att, String value)  
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultAttributeIO

        public DefaultAttributeIO()
    • Method Detail

      • parse

        public Object parse​(String att,
                            String value)
        Specified by:
        parse in interface AttributeIO
      • encode

        public String encode​(String att,
                             Object value)
        Specified by:
        encode in interface AttributeIO