public static enum ConditionalProbabilitiesBasedXSEventFilterParametersImpl.VotingSystem extends java.lang.Enum<ConditionalProbabilitiesBasedXSEventFilterParametersImpl.VotingSystem>
Enum Constant and Description |
---|
ANY |
MAJORITY_VOTE |
Modifier and Type | Method and Description |
---|---|
static ConditionalProbabilitiesBasedXSEventFilterParametersImpl.VotingSystem |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConditionalProbabilitiesBasedXSEventFilterParametersImpl.VotingSystem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConditionalProbabilitiesBasedXSEventFilterParametersImpl.VotingSystem ANY
public static final ConditionalProbabilitiesBasedXSEventFilterParametersImpl.VotingSystem MAJORITY_VOTE
public static ConditionalProbabilitiesBasedXSEventFilterParametersImpl.VotingSystem[] values()
for (ConditionalProbabilitiesBasedXSEventFilterParametersImpl.VotingSystem c : ConditionalProbabilitiesBasedXSEventFilterParametersImpl.VotingSystem.values()) System.out.println(c);
public static ConditionalProbabilitiesBasedXSEventFilterParametersImpl.VotingSystem valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null