Uses of Class
org.apache.jackrabbit.core.xml.PropInfo.MultipleStatus
-
Packages that use PropInfo.MultipleStatus Package Description 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 Modifier and Type Method Description 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 Constructor Description PropInfo(Name name, int type, TextValue[] values, PropInfo.MultipleStatus multipleStatus)
Creates a property information instance.
-