org.apache.jackrabbit.core.query
Class PropertyTypeRegistry.TypeMapping

java.lang.Object
  extended by org.apache.jackrabbit.core.query.PropertyTypeRegistry.TypeMapping
Enclosing class:
PropertyTypeRegistry

public static class PropertyTypeRegistry.TypeMapping
extends Object


Field Summary
 boolean isMultiValued
          True if the property type is multi-valued
 int type
          The property type as an integer
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public final int type
The property type as an integer


isMultiValued

public final boolean isMultiValued
True if the property type is multi-valued



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