Class AttachedData
- 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 Summary
Constructors Constructor Description AttachedData(String name, String data)
Creates an AttachedData class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getData()
Gets the data field.String
getName()
Gets the name.
-