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 PropertySetDefinitionAttribute

java.lang.Object
  extended by <any>
      extended by oracle.wcps.property.filter.expression.PropertySetDefinitionAttribute

Direct Known Subclasses:
PropertySetDefinitionAttribute.CreatedOn, PropertySetDefinitionAttribute.Description, PropertySetDefinitionAttribute.PropertyDefinitionName, PropertySetDefinitionAttribute.PropertyLocatorClassName, PropertySetDefinitionAttribute.PropertySetDefinitionName, PropertySetDefinitionAttribute.UpdatedOn

public class PropertySetDefinitionAttribute
extends <any>

Represents a propertysetdefinition's attribute names. This class provides static methods for propertysetdefinition attributes, which can be used in a PropertySetFilterContext's set of data fields and propertyset expression.


Nested Class Summary
static class PropertySetDefinitionAttribute.CreatedOn
           
static class PropertySetDefinitionAttribute.Description
           
static class PropertySetDefinitionAttribute.PropertyDefinitionName
           
static class PropertySetDefinitionAttribute.PropertyLocatorClassName
           
static class PropertySetDefinitionAttribute.PropertySetDefinitionName
           
static class PropertySetDefinitionAttribute.UpdatedOn
           

 

Constructor Summary
protected PropertySetDefinitionAttribute(java.lang.String staticName)
           

 

Method Summary
 java.lang.Object accept(IExpressionVisitor visitor, java.lang.Object... values)
           
static PropertySetDefinitionAttribute createdOn()
          Returns the createdOn attribute.
static PropertySetDefinitionAttribute description()
          Returns the description attribute.
static PropertySetDefinitionAttribute propertyDefinitionName()
          Returns the propertydefinition name attribute.
static PropertySetDefinitionAttribute propertyLocatorClassName()
          Returns the property locator class name attribute.
static PropertySetDefinitionAttribute propertySetDefinitionName()
          Returns the propertysetdefinition name attribute.
protected  PropertySetDefinitionAttribute toAttribute_(java.lang.String name)
           
static PropertySetDefinitionAttribute toAttribute(java.lang.String staticName)
           
static java.util.List<PropertySetDefinitionAttribute> toAttributes(java.util.List<java.lang.String> names)
           
static java.lang.String toString(java.util.List<PropertySetDefinitionAttribute> attrs)
           
static PropertySetDefinitionAttribute updatedOn()
          Returns the updatedOn attribute.

 

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

 

Constructor Detail

PropertySetDefinitionAttribute

protected PropertySetDefinitionAttribute(java.lang.String staticName)

Method Detail

toAttribute_

protected PropertySetDefinitionAttribute toAttribute_(java.lang.String name)

toAttribute

public static PropertySetDefinitionAttribute toAttribute(java.lang.String staticName)

propertySetDefinitionName

public static PropertySetDefinitionAttribute propertySetDefinitionName()
Returns the propertysetdefinition name attribute.
Returns:
the propertysetdefinition name attribute.

propertyDefinitionName

public static PropertySetDefinitionAttribute propertyDefinitionName()
Returns the propertydefinition name attribute.
Returns:
the propertydefinition name attribute.

propertyLocatorClassName

public static PropertySetDefinitionAttribute propertyLocatorClassName()
Returns the property locator class name attribute.
Returns:
the property locator class name attribute.

description

public static PropertySetDefinitionAttribute description()
Returns the description attribute.
Returns:
the description attribute.

createdOn

public static PropertySetDefinitionAttribute createdOn()
Returns the createdOn attribute.
Returns:
the createdOn attribute.

updatedOn

public static PropertySetDefinitionAttribute updatedOn()
Returns the updatedOn attribute.
Returns:
the updatedOn attribute.

toAttributes

public static java.util.List<PropertySetDefinitionAttribute> toAttributes(java.util.List<java.lang.String> names)

toString

public static java.lang.String toString(java.util.List<PropertySetDefinitionAttribute> attrs)

accept

public java.lang.Object accept(IExpressionVisitor visitor,
                               java.lang.Object... values)

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.