java.lang.Object
com.chemaxon.calculations.stereoanal.stereocenters.AttachedData

@Beta @PublicAPI public class AttachedData extends Object
Data object which contains a name and a data (String).

Please note that this class is marked with @Beta annotation, so it can be subject of incompatible changes or removal in later releases.

Since:
Marvin 6.2
  • Constructor Details

    • AttachedData

      public AttachedData(String name, String data)
      Creates an AttachedData class.
      Parameters:
      name - name of attached data
      data - data string
  • Method Details

    • getName

      public String getName()
      Gets the name.
      Returns:
      name
    • getData

      public String getData()
      Gets the data field.
      Returns:
      data