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