org.apache.jackrabbit.spi.commons.query
Interface ConstantNameProvider


public interface ConstantNameProvider

Provides descriptive names for integer constants


Method Summary
 String getName(int constant)
          Returns a descriptive name for the given constant.
 

Method Detail

getName

String getName(int constant)
Returns a descriptive name for the given constant.

Parameters:
constant - A integer constant
Returns:
A descriptive name


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.