public static enum ConsensusLabel.CONSENSUS_LABELS extends Enum<ConsensusLabel.CONSENSUS_LABELS>
Enum Constant and Description |
---|
Ambiguous |
Consensus |
Majority |
Unconfirmed |
Unknown |
Modifier and Type | Method and Description |
---|---|
static ConsensusLabel.CONSENSUS_LABELS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsensusLabel.CONSENSUS_LABELS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConsensusLabel.CONSENSUS_LABELS Consensus
public static final ConsensusLabel.CONSENSUS_LABELS Majority
public static final ConsensusLabel.CONSENSUS_LABELS Unconfirmed
public static final ConsensusLabel.CONSENSUS_LABELS Ambiguous
public static final ConsensusLabel.CONSENSUS_LABELS Unknown
public static ConsensusLabel.CONSENSUS_LABELS[] values()
for (ConsensusLabel.CONSENSUS_LABELS c : ConsensusLabel.CONSENSUS_LABELS.values()) System.out.println(c);
public static ConsensusLabel.CONSENSUS_LABELS valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.