public interface ObjectReference
extends java.lang.Cloneable
PropertyValue
instances of
type DataType.TYPE_OBJECT
.Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Defined in order to support the extended
Clonable interface. |
java.lang.String |
getClassIdent()
Returns the identifier (either Name or ID property) of the class definition
on which the object defined by this definition instance is to be based upon.
|
java.lang.String |
getObjectIdent()
Returns the identifier (either Name, Id or Path) of the CE object to which
this ObjectReference instance refers to.
|
java.lang.String |
getObjectStoreIdent()
Returns the identifier (either Name or ID property) of the ObjectStore
onto which the referred object resides.
|
java.lang.String getObjectStoreIdent()
java.lang.String getClassIdent()
java.lang.String getObjectIdent()
java.lang.Object clone()
Clonable
interface.© Copyright IBM Corp. 2006, 2013. All Rights Reserved.