Example usage for org.apache.commons.jxpath.ri.model.beans BeanPointerFactory BEAN_POINTER_FACTORY_ORDER

List of usage examples for org.apache.commons.jxpath.ri.model.beans BeanPointerFactory BEAN_POINTER_FACTORY_ORDER

Introduction

In this page you can find the example usage for org.apache.commons.jxpath.ri.model.beans BeanPointerFactory BEAN_POINTER_FACTORY_ORDER.

Prototype

int BEAN_POINTER_FACTORY_ORDER

To view the source code for org.apache.commons.jxpath.ri.model.beans BeanPointerFactory BEAN_POINTER_FACTORY_ORDER.

Click Source Link

Document

factory order constant

Usage

From source file:org.nasdanika.cdo.xpath.CDOObjectPointerFactory.java

/**
 * Evaluate before the bean factory.
 */
@Override
public int getOrder() {
    return BeanPointerFactory.BEAN_POINTER_FACTORY_ORDER - 100;
}