| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.dss.util.Parameter
public class Parameter
| Field Summary | |
|---|---|
| protected  java.lang.Class | m_classTypeParameter ClassofObject. | 
| protected  java.lang.Object | m_objValueParameter Objectvalue. | 
| Constructor Summary | |
|---|---|
| Parameter()Default constructor. | |
| Parameter(boolean bValue)Constructs a Parameterfrom the specifiedbooleanvalue. | |
| Parameter(double dValue)Constructs a Parameterfrom the specifieddoublevalue. | |
| Parameter(float fValue)Constructs a Parameterfrom the specifiedfloatvalue. | |
| Parameter(int nValue)Constructs a Parameterfrom the specifiedintvalue. | |
| Parameter(long lValue)Constructs a Parameterfrom the specifiedlongvalue. | |
| Parameter(java.lang.Object objValue)Constructs a Parameterfrom the specifiedObjectvalue. | |
| Parameter(java.lang.Object objValue,
          java.lang.Class classValue)Construct a Parameterbased the the specified value and class. | |
| Parameter(java.lang.String strValue)Constructs a Parameterfrom the specifiedStringvalue. | |
| Method Summary | |
|---|---|
|  java.lang.Object | clone()Clones a copy of this Parameterobject. | 
|  boolean | equals(java.lang.Object objValue)Tests this Parameter for true equality | 
|  java.lang.Class | getType()Return the Classtype. | 
|  java.lang.Object | getValue()Return the Objectvalue. | 
|  void | setType(java.lang.Class classType)Specifies the Classtype associated with theParameter. | 
|  void | setValue(java.lang.Object objValue)Specifies the Objectvalue associated with theParameter. | 
|  java.lang.String | toString()Retrieves the Stringrepresentation of theParameter. | 
| Methods inherited from class java.lang.Object | 
|---|
| finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
protected java.lang.Object m_objValue
Object value.
protected java.lang.Class m_classType
Class of  Object.
| Constructor Detail | 
|---|
public Parameter()
public Parameter(java.lang.Object objValue,
                 java.lang.Class classValue)
Parameter based the the specified value and class.
objValue - a Object value to create Parameter.classValue - a Class value associated with the object.public Parameter(java.lang.Object objValue)
Parameter from the specified Object
 value.
objValue - a Object value to retrieve Parameter
         for.public Parameter(java.lang.String strValue)
Parameter from the specified String
 value.
strValue - a String value used to create Parameter.public Parameter(int nValue)
Parameter from the specified int
 value.
nValue - a int value used to create Parameterpublic Parameter(float fValue)
Parameter from the specified float
 value.
fValue - a float value used to create Parameterpublic Parameter(long lValue)
Parameter from the specified long
 value.
lValue - a long value used to create Parameterpublic Parameter(double dValue)
Parameter from the specified double
 value.
dValue - a int value used to create Parameterpublic Parameter(boolean bValue)
Parameter from the specified boolean
 value.
bValue - a int value used to create Parameter| Method Detail | 
|---|
public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Parameter object.
clone in class java.lang.ObjectObject which represents a clone of this
          parameter.
CloneNotSupportedExceptionjava.lang.CloneNotSupportedExceptionpublic boolean equals(java.lang.Object objValue)
equals in class java.lang.ObjectobjValue - a Object value to compare this 
        Parameter to.
boolean which is true when the
         objects are internally equal and false otherwise.public java.lang.Class getType()
Class type.
Class which represents the class of the Parameter.public java.lang.Object getValue()
Object value.
Object which represents the value of the Parameter.public void setValue(java.lang.Object objValue)
Object value associated with the Parameter.
objValue - a Object value associated with the  
        Parameter.public void setType(java.lang.Class classType)
Class type associated with the Parameter.
classType - a Class type associated with the  
        Parameter.public java.lang.String toString()
String representation of the Parameter.
toString in class java.lang.Object| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||