Package chemaxon.struc.prop
Class MStringProp
java.lang.Object
chemaxon.struc.MProp
chemaxon.struc.prop.MStringProp
- All Implemented Interfaces:
Serializable
,Cloneable
- Direct Known Subclasses:
MMoleculeStringProp
String property.
- Since:
- Marvin 4.1, 11/20/2005
- 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
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Clones the object.Clones the object.convertToString
(String fmt, int flags) Deprecated, for removal: This API element is subject to removal in a future version.boolean
Gets the type name of the property.Gets the property value as an object.Gets the XSD type name of the property.int
hashCode()
final String
Gets the string value.toString()
Overrides Object.toString() to ease debugging.Methods inherited from class chemaxon.struc.MProp
convertToString, getGrinvCC, getPropArraySize, isCoordDependent, setCoordDependent
-
Constructor Details
-
MStringProp
Constructs a property.- Parameters:
s
- the string
-
-
Method Details
-
stringValue
Gets the string value.- Returns:
- the value
-
convertToString
@Deprecated(forRemoval=true) @SubjectToRemoval(date=JUL_01_2025) public String convertToString(String fmt, int flags) Deprecated, for removal: This API element is subject to removal in a future version.As of Marvin 5.7, replaced byMPropHandler.convertToString(MProp, String)
Converts the property to text format.- Specified by:
convertToString
in classMProp
- Parameters:
fmt
- the molecule file format ornull
flags
- optional conversion flags- Returns:
- the string
- Since:
- Marvin 5.0, 11/05/2007
-
getPropValue
Gets the property value as an object.- Specified by:
getPropValue
in classMProp
- Returns:
- the string
-
getPropType
Gets the type name of the property.- Specified by:
getPropType
in classMProp
- Returns:
- the name
-
getPropXSDType
Gets the XSD type name of the property.- Specified by:
getPropXSDType
in classMProp
- Returns:
- "ENTITY"
-
cloneProp
Clones the object. -
clone
Clones the object. -
toString
Overrides Object.toString() to ease debugging. -
equals
-
hashCode
public int hashCode()
-
MPropHandler.convertToString(MProp, String)