| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.spi.xml |
| Modifier and Type | Method and 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.
|
| Constructor and Description |
|---|
PropInfo(@Nullable String name,
int type,
@NotNull List<? extends TextValue> values,
@NotNull PropInfo.MultipleStatus multipleStatus)
Creates a property information instance.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.