Uses of Class
org.apache.jackrabbit.core.xml.PropInfo.MultipleStatus

Packages that use PropInfo.MultipleStatus
org.apache.jackrabbit.core.xml   
 

Uses of PropInfo.MultipleStatus in org.apache.jackrabbit.core.xml
 

Methods in org.apache.jackrabbit.core.xml that return PropInfo.MultipleStatus
static PropInfo.MultipleStatus PropInfo.MultipleStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PropInfo.MultipleStatus[] PropInfo.MultipleStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.jackrabbit.core.xml with parameters of type PropInfo.MultipleStatus
PropInfo(Name name, int type, TextValue[] values, PropInfo.MultipleStatus multipleStatus)
          Creates a property information instance.
 



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