public class CategoriesValuesConverter extends Converter
| Modifier and Type | Field and Description |
|---|---|
static String |
CATEGORIES_VALUES |
| Constructor and Description |
|---|
CategoriesValuesConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
categoriesSetsValues_convertTo_v2(List<CategoriesSetsValues<?,?>> categoriesSetsValues_v3,
XMCDA xmcda_v2,
XMCDA xmcda_v3) |
protected CategoriesSetsValues |
categoriesValues_v3_categoriesSet(CategoriesValues value,
XMCDA xmcda_v3) |
protected CategoriesSetsValues |
categoriesValues_v3_categoriesSetID(CategoriesValues value,
XMCDA xmcda_v3) |
protected <T> CategoriesValues<T> |
categoriesValues_v3_categoryID(CategoriesValues value,
XMCDA xmcda_v3)
Convert v2 categories values containing <categoryID> only
|
protected <CATEGORIES_SETS_VALUE_TYPE,VALUE_TYPE> |
convertTo_v2(CategoriesSetsValues<CATEGORIES_SETS_VALUE_TYPE,VALUE_TYPE> categoriesSetsValues_v3,
XMCDA xmcda_v2,
XMCDA xmcda_v3) |
protected <VALUE_TYPE> |
convertTo_v2(CategoriesValues<VALUE_TYPE> categoriesValues_v3) |
void |
convertTo_v2(List<CategoriesValues<?>> categoriesValues_v3,
XMCDA xmcda_v2) |
void |
convertTo_v3(CategoriesValues value,
XMCDA xmcda_v3) |
getWarningspublic static final String CATEGORIES_VALUES
public void convertTo_v3(CategoriesValues value, XMCDA xmcda_v3)
value - xmcda_v3 - protected <T> CategoriesValues<T> categoriesValues_v3_categoryID(CategoriesValues value, XMCDA xmcda_v3)
value - xmcda_v3 - protected CategoriesSetsValues categoriesValues_v3_categoriesSetID(CategoriesValues value, XMCDA xmcda_v3)
value - xmcda_v3 - protected CategoriesSetsValues categoriesValues_v3_categoriesSet(CategoriesValues value, XMCDA xmcda_v3)
value - xmcda_v3 - public void convertTo_v2(List<CategoriesValues<?>> categoriesValues_v3, XMCDA xmcda_v2)
protected <VALUE_TYPE> CategoriesValues convertTo_v2(CategoriesValues<VALUE_TYPE> categoriesValues_v3)
public void categoriesSetsValues_convertTo_v2(List<CategoriesSetsValues<?,?>> categoriesSetsValues_v3, XMCDA xmcda_v2, XMCDA xmcda_v3)
protected <CATEGORIES_SETS_VALUE_TYPE,VALUE_TYPE> CategoriesValues convertTo_v2(CategoriesSetsValues<CATEGORIES_SETS_VALUE_TYPE,VALUE_TYPE> categoriesSetsValues_v3, XMCDA xmcda_v2, XMCDA xmcda_v3)
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.