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, toString
public int getPropArraySize()
getPropArraySize
in class MProp
@Deprecated public String convertToString(String fmt, int flags) throws IllegalArgumentException
MolExporter.convertToString(MDocument, String, int)
convertToString
in class MProp
fmt
- the molecule file format or null
flags
- optional conversion flagsIllegalArgumentException
public Object getPropValue()
getPropValue
in class MProp
public String getPropType()
getPropType
in class MProp
public String getPropXSDType()
getPropXSDType
in class MProp