Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.3.0)

E17492-04


oracle.dss.util
Interface VectorClone

All Known Implementing Classes:
HierarchicalQDR, HierarchicalQDRMember, QDRMember

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

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.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.3.0)

E17492-04


Copyright © 1997, 2012, Oracle. All rights reserved.