public class MDocument.Prop extends 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 and Description |
---|
Prop() |
Modifier and Type | Method and Description |
---|---|
MProp |
cloneProp()
Creates a clone.
|
java.lang.String |
convertToString(java.lang.String fmt,
int flags)
Deprecated.
As of release 5.7, replaced by
MolExporter.convertToString(MDocument, String, int) |
int |
getPropArraySize()
Gets the array size.
|
java.lang.String |
getPropType()
Gets the type name of the property.
|
java.lang.Object |
getPropValue()
Gets the property value as an object.
|
java.lang.String |
getPropXSDType()
Gets the XSD type name of the property.
|
convertToString, getGrinvCC, isCoordDependent, setCoordDependent, toString
public int getPropArraySize()
getPropArraySize
in class MProp
@Deprecated public java.lang.String convertToString(java.lang.String fmt, int flags) throws java.lang.IllegalArgumentException
MolExporter.convertToString(MDocument, String, int)
convertToString
in class MProp
fmt
- the molecule file format or null
flags
- optional conversion flagsjava.lang.IllegalArgumentException
public java.lang.Object getPropValue()
getPropValue
in class MProp
public java.lang.String getPropType()
getPropType
in class MProp
public java.lang.String getPropXSDType()
getPropXSDType
in class MProp