Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.util
Interface VectorClone

All Known Implementing Classes:
OlapQDR, QDRMember, Selection, Step

public interface VectorClone

Method for producing a deep copy of an object that is part of a vector.


Method Summary
 java.lang.Object clone()
          Clones an object.

 

Method Detail

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Clones an object. When the object is part of a vector, the object must be copied, not just the object reference. To implement this interface, a class must provide a public override of the clone method.
Throws:
java.lang.CloneNotSupportedException - If deep copy is not supported.

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.