|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectchemaxon.struc.MProp
chemaxon.struc.prop.MIntegerArrayProp
Integer array property.
| Field Summary |
| Fields inherited from class chemaxon.struc.MProp |
CONV_SELFREF, COORDDEP |
| Constructor Summary | |
MIntegerArrayProp(int[] x)
Constructs a property object from an integer value. |
|
MIntegerArrayProp(java.lang.String sval,
int size,
int c)
Constructs an integer array 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. |
int[] |
getIntArray()
Gets the integer value. |
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. |
| Methods inherited from class chemaxon.struc.MProp |
convertToString, getGrinvCC, isCoordDependent, setCoordDependent, toString |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public MIntegerArrayProp(int[] x)
x - the array
public MIntegerArrayProp(java.lang.String sval,
int size,
int c)
throws MolFormatException
sval - the string value| Method Detail |
public int getPropArraySize()
getPropArraySize in class MProp
public java.lang.String convertToString(java.lang.String fmt,
int flags)
convertToString in class MPropfmt - the molecule file format or nullflags - optional conversion flags
MProp.CONV_SELFREFpublic java.lang.Object getPropValue()
getPropValue in class MProppublic final int[] getIntArray()
public java.lang.String getPropType()
getPropType in class MProppublic java.lang.String getPropXSDType()
getPropXSDType in class MProppublic MProp cloneProp()
cloneProp in class MProppublic java.lang.Object clone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||