Uses of Enum
org.apache.jackrabbit.oak.spi.xml.PropInfo.MultipleStatus
Packages that use PropInfo.MultipleStatus
-
Uses of PropInfo.MultipleStatus in org.apache.jackrabbit.oak.spi.xml
Methods in org.apache.jackrabbit.oak.spi.xml that return PropInfo.MultipleStatusModifier and TypeMethodDescriptionstatic PropInfo.MultipleStatusReturns 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.oak.spi.xml with parameters of type PropInfo.MultipleStatusModifierConstructorDescriptionPropInfo(@Nullable String name, int type, @NotNull List<? extends TextValue> values, @NotNull PropInfo.MultipleStatus multipleStatus) Creates a property information instance.