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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
AttachedDataCreates an AttachedData class.- Parameters:
- name- name of attached data
- data- data string
 
 
- 
- 
Method Details- 
getNameGets the name.- Returns:
- name
 
- 
getDataGets the data field.- Returns:
- data
 
 
-