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


oracle.dss.selection.calcStep
Class CalcValue

oracle.dss.selection.calcStep.CalcValue
All Implemented Interfaces:
java.lang.Cloneable

public class CalcValue
implements java.lang.Cloneable
  CalcValue
      The CalcValue object is used to store a variety of different
      operands by their associated class types.  These types could could include
QDR, String, Integer, Long,
Float and Double.
See Also:
CalcValue, Serialized Form

Constructor Summary
CalcValue()
          Default CalcValue constructor.
CalcValue(CalcValue calcValue)
          Constructs a CalcValue object based on a existing CalcValue object.
CalcValue(java.lang.Object objValue, java.lang.Class classType)
          Constructs a CalcValue object based on the specified parameter values.

 

Method Summary
 java.lang.Object clone()
          Clones a copy of this CalcValue object.
 boolean equals(java.lang.Object object)
          Tests this CalcValue for true equality.

 

Constructor Detail

CalcValue

public CalcValue()
Default CalcValue constructor.

CalcValue

public CalcValue(java.lang.Object objValue,
                 java.lang.Class classType)
Constructs a CalcValue object based on the specified parameter values.
Parameters:
objValue - a Object value that represents the parameter.
classType - a Class value that represents the Java parameter type of the parameter.

CalcValue

public CalcValue(CalcValue calcValue)
Constructs a CalcValue object based on a existing CalcValue object. This method does not clone the values contained within the passed calcValue.
Parameters:
calcValue - a CalcValue value that represents the object to create.
Method Detail

equals

public boolean equals(java.lang.Object object)
Tests this CalcValue for true equality.
Parameters:
object - a Object that represents the object to compare this CalcValue to.
Returns:
A boolean value that is true when the objects are equal and false otherwise.

clone

public java.lang.Object clone()
Clones a copy of this CalcValue object.
Returns:
Object which represents a clone of this calcValue.

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


Copyright © 2003, Oracle. All Rights Reserved.