chemaxon.struc.prop
Class MDoubleProp

java.lang.Object
  extended by chemaxon.struc.MProp
      extended by chemaxon.struc.prop.MDoubleProp
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class MDoubleProp
extends MProp

Double floating point property.

Since:
Marvin 4.1, 11/20/2005
Version:
5.0, 11/05/2007
Author:
Peter Csizmadia
See Also:
Serialized Form

Field Summary
 
Fields inherited from class chemaxon.struc.MProp
CONV_SELFREF, COORDDEP
 
Constructor Summary
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.
 
Method Summary
 java.lang.Object clone()
          Clones the object.
 MProp cloneProp()
          Clones the object.
 java.lang.String convertToString(java.lang.String fmt, int flags)
          Converts the property to text format.
 double doubleValue()
          Gets the double floating point value.
 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.
 
Methods inherited from class chemaxon.struc.MProp
convertToString, getGrinvCC, getPropArraySize, isCoordDependent, setCoordDependent, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MDoubleProp

public MDoubleProp(double x)
Constructs a property object from a double floating point value.

Parameters:
x - the value

MDoubleProp

public MDoubleProp(java.lang.String sval)
            throws MolFormatException
Constructs a double floating point property from a string value.

Parameters:
sval - the string value
Throws:
MolFormatException
Method Detail

convertToString

public java.lang.String convertToString(java.lang.String fmt,
                                        int flags)
Converts the property to text format.

Specified by:
convertToString in class MProp
Parameters:
fmt - the molecule file format or null
flags - optional conversion flags
Returns:
the string
Since:
Marvin 4.1.7, 04/10/2007
See Also:
MProp.CONV_SELFREF

getPropValue

public java.lang.Object getPropValue()
Gets the property value as an object.

Specified by:
getPropValue in class MProp
Returns:
the Double

doubleValue

public final double doubleValue()
Gets the double floating point value.

Returns:
the value

getPropType

public java.lang.String getPropType()
Gets the type name of the property.

Specified by:
getPropType in class MProp
Returns:
"double"

getPropXSDType

public java.lang.String getPropXSDType()
Gets the XSD type name of the property.

Specified by:
getPropXSDType in class MProp
Returns:
"double"

cloneProp

public MProp cloneProp()
Clones the object.

Specified by:
cloneProp in class MProp
Returns:
the clone

clone

public java.lang.Object clone()
Clones the object.

Overrides:
clone in class java.lang.Object
Returns:
the clone