Class AttachedData
java.lang.Object
com.chemaxon.calculations.stereoanal.stereocenters.AttachedData
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
-
Method Summary
-
Constructor Details
-
AttachedData
Creates an AttachedData class.- Parameters:
name
- name of attached datadata
- data string
-
-
Method Details
-
getName
Gets the name.- Returns:
- name
-
getData
Gets the data field.- Returns:
- data
-