@PublicAPI public class MDoubleProp 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 |
---|
MDoubleProp(double x)
Constructs a property object from a double floating point value.
|
MDoubleProp(java.lang.String sval)
Constructs a double floating point property from a string value.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Clones the object.
|
MProp |
cloneProp()
Clones the object.
|
java.lang.String |
convertToString(java.lang.String fmt,
int flags)
Deprecated.
As of Marvin 5.7, replaced by
MPropHandler.convertToString(MProp, String) |
double |
doubleValue()
Gets the double floating point value.
|
boolean |
equals(java.lang.Object o) |
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.
|
int |
hashCode() |
java.lang.String |
toString()
Overrides Object.toString() to ease debugging.
|
convertToString, getGrinvCC, getPropArraySize, isCoordDependent, setCoordDependent
public MDoubleProp(double x)
x
- the valuepublic MDoubleProp(java.lang.String sval) throws java.lang.IllegalArgumentException
sval
- the string valuejava.lang.IllegalArgumentException
@Deprecated public java.lang.String convertToString(java.lang.String fmt, int flags)
MPropHandler.convertToString(MProp, String)
convertToString
in class MProp
fmt
- the molecule file format or null
flags
- optional conversion flagspublic java.lang.Object getPropValue()
getPropValue
in class MProp
public final double doubleValue()
public java.lang.String getPropType()
getPropType
in class MProp
public java.lang.String getPropXSDType()
getPropXSDType
in class MProp
public MProp cloneProp()
public java.lang.Object clone()
clone
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
MProp
@
', and the unsigned
hexadecimal representation of the hash code of the object.