public static class XMCDAConverter.ToV2ConverterParameters extends Object
#getDefault() value (which is equal to
false when the parameters are initialized). Setting them to a non-nil boolean value superseeds the default behaviour; setting them to
null re-installs the default value.| Modifier and Type | Field and Description |
|---|---|
protected boolean |
convert_execution_status_to_methodMessages |
protected Boolean |
omit_values_in_alternativesValues |
protected Boolean |
omit_values_in_categoriesValues |
protected Boolean |
omit_values_in_criteriaValues |
protected boolean |
omit_values_in_xxxValues |
| Modifier | Constructor and Description |
|---|---|
protected |
ToV2ConverterParameters() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
convertExecutionStatusToMethodMessages()
Tells the
MethodMessagesConverter whether XMCDA v3 execution messages should be converted into
methodMessages in XMCDA v2. |
boolean |
getDefault() |
boolean |
omitValuesInAlternativesValues() |
boolean |
omitValuesInCategoriesValues() |
boolean |
omitValuesInCriteriaValues() |
void |
reset()
Resets the parameters as it is at creation time.
|
void |
setConvertExecutionStatusToMethodMessages(boolean bool)
Tells the
MethodMessagesConverter whether XMCDA v3 execution messages should be converted into
methodMessages in XMCDA v2. |
void |
setDefault(boolean bool) |
void |
setOmitValuesInAlternativesValues(Boolean bool) |
void |
setOmitValuesInCategoriesValues(Boolean bool) |
void |
setOmitValuesInCriteriaValues(Boolean bool) |
protected boolean omit_values_in_xxxValues
protected Boolean omit_values_in_criteriaValues
protected Boolean omit_values_in_alternativesValues
protected Boolean omit_values_in_categoriesValues
protected boolean convert_execution_status_to_methodMessages
public boolean getDefault()
public void setDefault(boolean bool)
public void reset()
public void setConvertExecutionStatusToMethodMessages(boolean bool)
MethodMessagesConverter whether XMCDA v3 execution messages should be converted into
methodMessages in XMCDA v2.public void setOmitValuesInAlternativesValues(Boolean bool)
public void setOmitValuesInCriteriaValues(Boolean bool)
public void setOmitValuesInCategoriesValues(Boolean bool)
public boolean convertExecutionStatusToMethodMessages()
MethodMessagesConverter whether XMCDA v3 execution messages should be converted into
methodMessages in XMCDA v2.public boolean omitValuesInAlternativesValues()
public boolean omitValuesInCategoriesValues()
public boolean omitValuesInCriteriaValues()
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.