| Package | Description |
|---|---|
| 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.v2 |
| Modifier and Type | Method and Description |
|---|---|
PreferenceDirection |
PreferenceDirectionConverter.convertTo_v2(Scale.PreferenceDirection preference_v3) |
| Modifier and Type | Method and Description |
|---|---|
Scale.PreferenceDirection |
PreferenceDirectionConverter.convertTo_v3(PreferenceDirection pref_v2) |
| Modifier and Type | Field and Description |
|---|---|
protected PreferenceDirection |
Qualitative.preferenceDirection |
protected PreferenceDirection |
Quantitative.preferenceDirection |
| Modifier and Type | Method and Description |
|---|---|
static PreferenceDirection |
PreferenceDirection.fromValue(String v) |
PreferenceDirection |
Qualitative.getPreferenceDirection()
Gets the value of the preferenceDirection property.
|
PreferenceDirection |
Quantitative.getPreferenceDirection()
Gets the value of the preferenceDirection property.
|
static PreferenceDirection |
PreferenceDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PreferenceDirection[] |
PreferenceDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Qualitative.setPreferenceDirection(PreferenceDirection value)
Sets the value of the preferenceDirection property.
|
void |
Quantitative.setPreferenceDirection(PreferenceDirection value)
Sets the value of the preferenceDirection property.
|
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.