public static enum MergerParameters.IdentityType extends Enum<MergerParameters.IdentityType>
| Enum Constant and Description |
|---|
MinimalQualityWeighted |
Unweighted |
| Modifier and Type | Method and Description |
|---|---|
static MergerParameters.IdentityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MergerParameters.IdentityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MergerParameters.IdentityType Unweighted
public static final MergerParameters.IdentityType MinimalQualityWeighted
public static MergerParameters.IdentityType[] values()
for (MergerParameters.IdentityType c : MergerParameters.IdentityType.values()) System.out.println(c);
public static MergerParameters.IdentityType 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 © 2018. All rights reserved.