public final class CombinationOptions extends Object
Combinations.| Constructor and Description | 
|---|
CombinationOptions()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
getEnumerateAllMissing()
Gets a value which indicates whether the combination where all states are null/missing should be included in the enumeration. 
 | 
boolean | 
getEnumerateMissing()
Gets a value which indicates whether null/missing values should be enumerated in addition to each state. 
 | 
void | 
setEnumerateAllMissing(boolean value)
Sets a value which indicates whether the combination where all states are null/missing should be included in the enumeration. 
 | 
void | 
setEnumerateMissing(boolean value)
Sets a value which indicates whether null/missing values should be enumerated in addition to each state. 
 | 
public boolean getEnumerateMissing()
public void setEnumerateMissing(boolean value)
public boolean getEnumerateAllMissing()
public void setEnumerateAllMissing(boolean value)
Copyright © 2021. All rights reserved.