public abstract class MCollectionProp extends MProp
| Constructor and Description |
|---|
MCollectionProp() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Clones the object.
|
abstract MCollectionProp |
cloneCollectionProp(Set xprops)
Clones the object.
|
MProp |
cloneProp()
Clones the object.
|
boolean |
contains(MProp p)
Tests whether the collection contains the specified property.
|
boolean |
equals(Object o) |
String |
getPropXSDType()
Gets the XSD type name of the property.
|
int |
hashCode() |
abstract void |
replace(MProp oldp,
MProp newp)
Replaces or removes a property.
|
abstract Iterator |
unorderedIterator()
Gets an unordered iterator for the entries.
|
convertToString, convertToString, getGrinvCC, getPropArraySize, getPropType, getPropValue, isCoordDependent, setCoordDependent, toStringpublic abstract Iterator unorderedIterator()
public final boolean contains(MProp p)
p - the propertytrue 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 String getPropXSDType()
getPropXSDType in class MProppublic abstract MCollectionProp cloneCollectionProp(Set xprops)
xprops - property objects in this set are not clonedpublic final MProp cloneProp()
public final Object clone()