Uses of Interface
org.apache.jackrabbit.oak.spi.xml.TextValue
-
Packages that use TextValue Package Description org.apache.jackrabbit.oak.spi.xml -
-
Uses of TextValue in org.apache.jackrabbit.oak.spi.xml
Methods in org.apache.jackrabbit.oak.spi.xml that return TextValue Modifier and Type Method Description @NotNull TextValuePropInfo. getTextValue()Methods in org.apache.jackrabbit.oak.spi.xml that return types with arguments of type TextValue Modifier and Type Method Description @NotNull List<? extends TextValue>PropInfo. getTextValues()Constructors in org.apache.jackrabbit.oak.spi.xml with parameters of type TextValue Constructor Description PropInfo(@Nullable String name, int type, @NotNull TextValue value)Creates a property information instance.Constructor parameters in org.apache.jackrabbit.oak.spi.xml with type arguments of type TextValue Constructor Description PropInfo(@Nullable String name, int type, @NotNull List<? extends TextValue> values)Creates a property information instance.PropInfo(@Nullable String name, int type, @NotNull List<? extends TextValue> values, @NotNull PropInfo.MultipleStatus multipleStatus)Creates a property information instance.
-