public class MDocument.Prop extends MProp
| Constructor and Description |
|---|
MDocument.Prop() |
| Modifier and Type | Method and Description |
|---|---|
MProp |
cloneProp()
Creates a clone.
|
String |
convertToString(String fmt,
int flags)
Deprecated.
As of release 5.7, replaced by
MolExporter.convertToString(MDocument, String, int) |
int |
getPropArraySize()
Gets the array size.
|
String |
getPropType()
Gets the type name of the property.
|
Object |
getPropValue()
Gets the property value as an object.
|
String |
getPropXSDType()
Gets the XSD type name of the property.
|
convertToString, getGrinvCC, isCoordDependent, setCoordDependent, toStringpublic int getPropArraySize()
getPropArraySize in class MProp@Deprecated public String convertToString(String fmt, int flags) throws IllegalArgumentException
MolExporter.convertToString(MDocument, String, int)convertToString in class MPropfmt - the molecule file format or nullflags - optional conversion flagsIllegalArgumentExceptionpublic Object getPropValue()
getPropValue in class MProppublic String getPropType()
getPropType in class MProppublic String getPropXSDType()
getPropXSDType in class MProp