Class MObjectProp

java.lang.Object
chemaxon.struc.MProp
chemaxon.struc.prop.MObjectProp
All Implemented Interfaces:
Serializable, Cloneable

@PublicAPI public class MObjectProp extends MProp
Property that stores any object. It is imported and exported using serialization and base64 encoding.
Since:
Marvin 4.1, 11/20/2005
See Also:
  • Constructor Details

    • MObjectProp

      public MObjectProp(Object o)
      Constructs a property object.
      Parameters:
      o - the object
    • MObjectProp

      public MObjectProp(String sval) throws IOException
      Constructs a property from a string value.
      Parameters:
      sval - the string value
      Throws:
      IOException
  • Method Details