Package chemaxon.struc.prop
Class MMoleculeStringProp
java.lang.Object
chemaxon.struc.MProp
chemaxon.struc.prop.MStringProp
chemaxon.struc.prop.MMoleculeStringProp
- All Implemented Interfaces:
Serializable
,Cloneable
Molecule string property.
- Since:
- Marvin 5.0, 05/05/2007
- See Also:
-
Field Summary
Fields inherited from class chemaxon.struc.MProp
COORDDEP, TYPE_3D_COORDS, TYPE_ARRAY_BYTE, TYPE_ARRAY_DOUBLE, TYPE_ARRAY_INTEGER, TYPE_BOOLEAN, TYPE_COLLECTION_HASH, TYPE_COLLECTION_LIST, TYPE_CONFORMER_DESCRIPTOR, TYPE_DOUBLE, TYPE_FONT, TYPE_INTEGER, TYPE_MDOCUMENT_PROP, TYPE_MOLECULE, TYPE_OBJECT, TYPE_STRING, TYPE_VOLUMETRIC_DATA
-
Constructor Summary
ConstructorDescriptionMMoleculeStringProp
(String s, String fmt, String regNo) Constructs a property. -
Method Summary
Methods inherited from class chemaxon.struc.prop.MStringProp
clone, convertToString, getPropType, getPropValue, getPropXSDType, stringValue, toString
Methods inherited from class chemaxon.struc.MProp
convertToString, getGrinvCC, getPropArraySize, isCoordDependent, setCoordDependent
-
Constructor Details
-
MMoleculeStringProp
Constructs a property.- Parameters:
s
- the molecule as a stringfmt
- the file format ornull
-
-
Method Details
-
cloneProp
Clones the object.- Overrides:
cloneProp
in classMStringProp
- Returns:
- the clone
-
getRegNo
-
equals
- Overrides:
equals
in classMStringProp
-
hashCode
public int hashCode()- Overrides:
hashCode
in classMStringProp
-