|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICloneDataElement
Root interface of all CPC data objects.
Each CPC data object is either one of these types:
ICloneObject
,
ICloneObjectSupport
,
ICloneObjectExtension
Method Summary | |
---|---|
boolean |
isSealed()
Checks whether this ICloneDataElement instance has been sealed. |
void |
seal()
Seals this ICloneDataElement instance. |
Method Detail |
---|
void seal()
ICloneDataElement
instance.
In order to "unseal" an ICloneDataElement
, it needs to be cloned. The seal state will not
be propagated to the cloned instance.
boolean isSealed()
ICloneDataElement
instance has been sealed.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |