Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components
11g Release 2 (11.1.2.0.0)

E18581-01

oracle.adf.view.rich.dt.param
Class PageUsageParameter

java.lang.Object
  extended by oracle.adf.view.rich.dt.param.PageUsageParameter

public class PageUsageParameter
extends java.lang.Object


Constructor Summary
PageUsageParameter(oracle.adfdt.model.objects.Parameter parameter)
          Internal use only.
 
Method Summary
 java.lang.String getExpressionValue()
          Gets the expression value for the current parameter.
 java.lang.String getId()
          Gets the id for the current parameter.
 void setExpressionValue(java.lang.String expr)
          Sets the expression value for the current parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageUsageParameter

public PageUsageParameter(oracle.adfdt.model.objects.Parameter parameter)
Internal use only.

Method Detail

getExpressionValue

public java.lang.String getExpressionValue()
Gets the expression value for the current parameter.

Returns:
The expression value.

setExpressionValue

public void setExpressionValue(java.lang.String expr)
Sets the expression value for the current parameter.

Parameters:
expr - The value to set.

getId

public java.lang.String getId()
Gets the id for the current parameter.

Returns:
The id of the parameter.

Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components
11g Release 2 (11.1.2.0.0)

E18581-01

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