Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


oracle.wcps.property.filter.expression
Class PropertySetDefinitionExpression

java.lang.Object
  extended by AbstractExpression
      extended by oracle.wcps.property.filter.expression.PropertySetDefinitionExpression


public class PropertySetDefinitionExpression
extends AbstractExpression

Represents a propertysetdefinition expression. This class also provides a builder to create an instance. The left operand of a propertysetdefinition expression is always a propertysetdefinition attribute name.


Nested Class Summary
static class PropertySetDefinitionExpression.Builder
          The builder class that provides methods to create a PropertySetDefinitionExpression.

 

Method Summary
protected  AbstractAttribute attribute(java.lang.String attr)
           
static PropertySetDefinitionExpression.Builder builder()
          Returns a builder to create an instance of PropertySetDefinitionExpression.
static PropertySetDefinitionExpression toExpression(java.lang.String qParamValue)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

attribute

protected AbstractAttribute attribute(java.lang.String attr)

toExpression

public static PropertySetDefinitionExpression toExpression(java.lang.String qParamValue)

builder

public static PropertySetDefinitionExpression.Builder builder()
Returns a builder to create an instance of PropertySetDefinitionExpression.
Returns:
a builder to create an instance of PropertySetDefinitionExpression.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.