Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


oracle.wcps.property.filter.expression
Class PropertyDefinitionAttribute

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

Direct Known Subclasses:
PropertyDefinitionAttribute.CreatedOn, PropertyDefinitionAttribute.Description, PropertyDefinitionAttribute.PropertyDefinitionName, PropertyDefinitionAttribute.Restricted, PropertyDefinitionAttribute.Type, PropertyDefinitionAttribute.UpdatedOn, PropertyDefinitionAttribute.ValidatorClassName

public class PropertyDefinitionAttribute
extends <any>

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


Nested Class Summary
static class PropertyDefinitionAttribute.CreatedOn
           
static class PropertyDefinitionAttribute.Description
           
static class PropertyDefinitionAttribute.PropertyDefinitionName
           
static class PropertyDefinitionAttribute.Restricted
           
static class PropertyDefinitionAttribute.Type
           
static class PropertyDefinitionAttribute.UpdatedOn
           
static class PropertyDefinitionAttribute.ValidatorClassName
           

 

Constructor Summary
protected PropertyDefinitionAttribute(java.lang.String staticName)
           
protected PropertyDefinitionAttribute(java.lang.String staticName, java.lang.String dynamicName)
           

 

Method Summary
 java.lang.Object accept(IExpressionVisitor visitor, java.lang.Object... values)
           
static PropertyDefinitionAttribute createdOn()
          Returns the propertydefinition createdOn attribute.
static PropertyDefinitionAttribute description()
          Returns the propertydefinition description attribute.
static PropertyDefinitionAttribute propertyDefinitionName()
          Returns the propertydefinition name attribute.
static PropertyDefinitionAttribute restricted()
          Returns the propertydefinition restricted attribute.
protected  PropertyDefinitionAttribute toAttribute_(java.lang.String name)
           
static PropertyDefinitionAttribute toAttribute(java.lang.String staticName)
           
static java.util.List<PropertyDefinitionAttribute> toAttributes(java.util.List<java.lang.String> names)
           
static java.lang.String toString(java.util.List<PropertyDefinitionAttribute> attrs)
           
static PropertyDefinitionAttribute type()
          Returns the propertydefinition type attribute.
static PropertyDefinitionAttribute updatedOn()
          Returns the propertydefinition updatedOn attribute.
static PropertyDefinitionAttribute validatorClassName()
          Returns the propertydefinition validator class name attribute.

 

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

 

Constructor Detail

PropertyDefinitionAttribute

protected PropertyDefinitionAttribute(java.lang.String staticName)

PropertyDefinitionAttribute

protected PropertyDefinitionAttribute(java.lang.String staticName,
                                      java.lang.String dynamicName)

Method Detail

toAttribute_

protected PropertyDefinitionAttribute toAttribute_(java.lang.String name)

accept

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

toAttribute

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

propertyDefinitionName

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

description

public static PropertyDefinitionAttribute description()
Returns the propertydefinition description attribute.
Returns:
the propertydefinition description attribute.

type

public static PropertyDefinitionAttribute type()
Returns the propertydefinition type attribute.
Returns:
the propertydefinition type attribute.

restricted

public static PropertyDefinitionAttribute restricted()
Returns the propertydefinition restricted attribute.
Returns:
the propertydefinition restricted attribute.

validatorClassName

public static PropertyDefinitionAttribute validatorClassName()
Returns the propertydefinition validator class name attribute.
Returns:
the propertydefinition validator class name attribute.

createdOn

public static PropertyDefinitionAttribute createdOn()
Returns the propertydefinition createdOn attribute.
Returns:
the propertydefinition createdOn attribute.

updatedOn

public static PropertyDefinitionAttribute updatedOn()
Returns the propertydefinition updatedOn attribute.
Returns:
the propertydefinition updatedOn attribute.

toAttributes

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

toString

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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


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