public class AlternativesValuesConverter extends Converter
| Modifier and Type | Field and Description |
|---|---|
static String |
ALTERNATIVES_VALUES |
| Constructor and Description |
|---|
AlternativesValuesConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
alternativesSetsValues_convertTo_v2(List<AlternativesSetsValues<?,?>> alternativesSetsValues_v3,
XMCDA xmcda_v2,
XMCDA xmcda_v3) |
protected <T> AlternativesValues<T> |
alternativesValues_v3_alternativeID(AlternativesValues value,
XMCDA xmcda_v3)
Convert v2 alternatives values containing <alternativeID> only
|
protected AlternativesSetsValues |
alternativesValues_v3_alternativesSet(AlternativesValues value,
XMCDA xmcda_v3) |
protected AlternativesSetsValues |
alternativesValues_v3_alternativesSetID(AlternativesValues value,
XMCDA xmcda_v3) |
protected <ALTERNATIVES_SETS_VALUE_TYPE,VALUE_TYPE> |
convertTo_v2(AlternativesSetsValues<ALTERNATIVES_SETS_VALUE_TYPE,VALUE_TYPE> alternativesSetsValues_v3,
XMCDA xmcda_v2,
XMCDA xmcda_v3) |
protected <VALUE_TYPE> |
convertTo_v2(AlternativesValues<VALUE_TYPE> alternativesValues_v3) |
void |
convertTo_v2(List<AlternativesValues<?>> alternativesValues_v3,
XMCDA xmcda_v2) |
void |
convertTo_v3(AlternativesValues value,
XMCDA xmcda_v3) |
getWarningspublic static final String ALTERNATIVES_VALUES
public void convertTo_v3(AlternativesValues value, XMCDA xmcda_v3)
value - xmcda_v3 - protected <T> AlternativesValues<T> alternativesValues_v3_alternativeID(AlternativesValues value, XMCDA xmcda_v3)
value - xmcda_v3 - protected AlternativesSetsValues alternativesValues_v3_alternativesSetID(AlternativesValues value, XMCDA xmcda_v3)
value - xmcda_v3 - protected AlternativesSetsValues alternativesValues_v3_alternativesSet(AlternativesValues value, XMCDA xmcda_v3)
value - xmcda_v3 - public void convertTo_v2(List<AlternativesValues<?>> alternativesValues_v3, XMCDA xmcda_v2)
protected <VALUE_TYPE> AlternativesValues convertTo_v2(AlternativesValues<VALUE_TYPE> alternativesValues_v3)
public void alternativesSetsValues_convertTo_v2(List<AlternativesSetsValues<?,?>> alternativesSetsValues_v3, XMCDA xmcda_v2, XMCDA xmcda_v3)
protected <ALTERNATIVES_SETS_VALUE_TYPE,VALUE_TYPE> AlternativesValues convertTo_v2(AlternativesSetsValues<ALTERNATIVES_SETS_VALUE_TYPE,VALUE_TYPE> alternativesSetsValues_v3, XMCDA xmcda_v2, XMCDA xmcda_v3)
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.