|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchemaxon.struc.MProp
chemaxon.struc.prop.MCollectionProp
public abstract class MCollectionProp
Collection of properties.
Field Summary |
---|
Fields inherited from class chemaxon.struc.MProp |
---|
CONV_SELFREF, COORDDEP |
Constructor Summary | |
---|---|
MCollectionProp()
|
Method Summary | |
---|---|
java.lang.Object |
clone()
Clones the object. |
abstract MCollectionProp |
cloneCollectionProp(java.util.Set xprops)
Clones the object. |
MProp |
cloneProp()
Clones the object. |
boolean |
contains(MProp p)
Tests whether the collection contains the specified property. |
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getPropXSDType()
Gets the XSD type name of the property. |
abstract void |
replace(MProp oldp,
MProp newp)
Replaces or removes a property. |
abstract java.util.Iterator |
unorderedIterator()
Gets an unordered iterator for the entries. |
Methods inherited from class chemaxon.struc.MProp |
---|
convertToString, convertToString, getGrinvCC, getPropArraySize, getPropType, getPropValue, isCoordDependent, setCoordDependent, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MCollectionProp()
Method Detail |
---|
public abstract java.util.Iterator unorderedIterator()
public final boolean contains(MProp p)
p
- the property
true
if the collection contains it,
false
otherwisepublic abstract void replace(MProp oldp, MProp newp)
oldp
- the old objectnewp
- the new object or null
to removepublic java.lang.String getPropXSDType()
getPropXSDType
in class MProp
public abstract MCollectionProp cloneCollectionProp(java.util.Set xprops)
xprops
- property objects in this set are not cloned
public final MProp cloneProp()
cloneProp
in class MProp
public final java.lang.Object clone()
clone
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |