| 
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02  | 
||||||||
| 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_classType
Parameter Class of  Object. | 
protected  java.lang.Object | 
m_objValue
Parameter Object value. | 
| Constructor Summary | |
|---|---|
Parameter()
Default constructor.  | 
|
Parameter(boolean bValue)
Constructs a Parameter from the specified boolean
 value. | 
|
Parameter(double dValue)
Constructs a Parameter from the specified double
 value. | 
|
Parameter(float fValue)
Constructs a Parameter from the specified float
 value. | 
|
Parameter(int nValue)
Constructs a Parameter from the specified int
 value. | 
|
Parameter(long lValue)
Constructs a Parameter from the specified long
 value. | 
|
Parameter(java.lang.Object objValue)
Constructs a Parameter from the specified Object
 value. | 
|
Parameter(java.lang.Object objValue,
          java.lang.Class classValue)
Construct a Parameter based the the specified value and class. | 
|
Parameter(java.lang.String strValue)
Constructs a Parameter from the specified String
 value. | 
|
| Method Summary | |
|---|---|
 java.lang.Object | 
clone()
Clones a copy of this Parameter object. | 
 boolean | 
equals(java.lang.Object objValue)
Tests this Parameter for true equality  | 
 java.lang.Class | 
getType()
Return the Class type. | 
 java.lang.Object | 
getValue()
Return the Object value. | 
 void | 
setType(java.lang.Class classType)
Specifies the Class type associated with the Parameter. | 
 void | 
setValue(java.lang.Object objValue)
Specifies the Object value associated with the Parameter. | 
 java.lang.String | 
toString()
Retrieves the String representation of the Parameter. | 
| 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.
CloneNotSupportedException - if cloning is not supported
java.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 ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||