|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
oracle.dss.selection.calcStep.CalcValue
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.
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 |
public CalcValue()
CalcValue constructor.
public CalcValue(java.lang.Object objValue,
java.lang.Class classType)
CalcValue object based on the specified parameter values.objValue - a Object value that represents the parameter.classType - a Class value that represents the Java parameter type of the parameter.public CalcValue(CalcValue calcValue)
CalcValue object based on a existing CalcValue object. This method does not clone the values contained within the passed calcValue.calcValue - a CalcValue value that represents the object to create.| Method Detail |
public boolean equals(java.lang.Object object)
CalcValue for true equality.object - a Object that represents the object to compare this CalcValue to.boolean value that is true when the objects are equal and false otherwise.public java.lang.Object clone()
CalcValue object.Object which represents a clone of this calcValue.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||