| Package | Description |
|---|---|
| org.xmcda | |
| org.xmcda.converters.v2_v3 |
This package contains all the necessary classes to convert XMCDA v2.2.1 to XMCDA v3 and vice-versa.
|
| org.xmcda.parsers.xml.xmcda_v3 |
| Modifier and Type | Field and Description |
|---|---|
ArrayList<AlternativesValues<?>> |
XMCDA.alternativesValuesList |
| Modifier and Type | Method and Description |
|---|---|
static <VALUE_TYPE> |
Factory.alternativesValues() |
AlternativesValues<Double> |
AlternativesValues.asDouble() |
<U> AlternativesValues<U> |
AlternativesValues.convertTo(Class<U> clazz) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> AlternativesValues<T> |
AlternativesValuesConverter.alternativesValues_v3_alternativeID(AlternativesValues value,
XMCDA xmcda_v3)
Convert v2 alternatives values containing <alternativeID> only
|
| Modifier and Type | Method and Description |
|---|---|
protected <VALUE_TYPE> |
AlternativesValuesConverter.convertTo_v2(AlternativesValues<VALUE_TYPE> alternativesValues_v3) |
| Modifier and Type | Method and Description |
|---|---|
void |
AlternativesValuesConverter.convertTo_v2(List<AlternativesValues<?>> alternativesValues_v3,
XMCDA xmcda_v2) |
| Modifier and Type | Method and Description |
|---|---|
AlternativesValues<VALUE_TYPE> |
AlternativesValuesParser.fromXML(XMCDA xmcda,
StartElement startElement,
XMLEventReader eventReader) |
| Modifier and Type | Method and Description |
|---|---|
Alternative |
AlternativeValuesParser.fromXML(XMCDA xmcda,
AlternativesValues<VALUE_TYPE> objectsValues,
StartElement startElement,
XMLEventReader eventReader)
Builds the list of values attached to an ELEMENT and inserts it into the provided objectsValues object
using the ELEMENT as the key.
|
void |
AlternativesValuesParser.toXML(AlternativesValues<VALUE_TYPE> values,
XMLStreamWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
AlternativesValuesParser.toXML(List<AlternativesValues<VALUE_TYPE>> list,
XMLStreamWriter writer) |
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.