Package chemaxon.struc
Class MDocument.Prop
java.lang.Object
chemaxon.struc.MProp
chemaxon.struc.MDocument.Prop
- All Implemented Interfaces:
Serializable
,Cloneable
- Enclosing class:
- MDocument
Property that stores an MDocument.
- 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 TypeMethodDescriptionfinal MProp
Creates a clone.convertToString
(String fmt, int flags) Deprecated, for removal: This API element is subject to removal in a future version.int
Gets the array size.Gets the type name of the property.Gets the property value as an object.Gets the XSD type name of the property.Methods inherited from class chemaxon.struc.MProp
convertToString, getGrinvCC, isCoordDependent, setCoordDependent, toString
-
Constructor Details
-
Prop
public Prop()
-
-
Method Details
-
getPropArraySize
public int getPropArraySize()Gets the array size.- Overrides:
getPropArraySize
in classMProp
- Returns:
- -1 (this is not an array type attribute)
- Since:
- Marvin 4.1, 11/20/2005
-
convertToString
@Deprecated(forRemoval=true) @SubjectToRemoval(date=JUL_01_2025) public String convertToString(String fmt, int flags) throws IllegalArgumentException Deprecated, for removal: This API element is subject to removal in a future version.As of release 5.7, replaced byMolExporter.convertToString(MDocument, String, int)
Converts the molecule to text format.- Specified by:
convertToString
in classMProp
- Parameters:
fmt
- the molecule file format ornull
flags
- optional conversion flags- Returns:
- the string
- Throws:
IllegalArgumentException
- Since:
- Marvin 5.0, 11/05/2007
-
getPropValue
Gets the property value as an object.- Specified by:
getPropValue
in classMProp
- Returns:
- this MDocument
-
getPropType
Gets the type name of the property.- Specified by:
getPropType
in classMProp
- Returns:
- the name
- Since:
- Marvin 4.1, 11/20/2005
-
getPropXSDType
Gets the XSD type name of the property.- Specified by:
getPropXSDType
in classMProp
- Returns:
- "ENTITY"
- Since:
- Marvin 4.1, 11/20/2005
-
cloneProp
Creates a clone.
-
MolExporter.convertToString(MDocument, String, int)