public static enum MergeMateFramenet.OutputMapping extends Enum<MergeMateFramenet.OutputMapping>
| Enum Constant and Description |
|---|
NBauto |
NBresource |
PBauto |
PBtrivial |
| Modifier and Type | Method and Description |
|---|---|
static MergeMateFramenet.OutputMapping |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MergeMateFramenet.OutputMapping[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MergeMateFramenet.OutputMapping PBauto
public static final MergeMateFramenet.OutputMapping NBauto
public static final MergeMateFramenet.OutputMapping NBresource
public static final MergeMateFramenet.OutputMapping PBtrivial
public static MergeMateFramenet.OutputMapping[] values()
for (MergeMateFramenet.OutputMapping c : MergeMateFramenet.OutputMapping.values()) System.out.println(c);
public static MergeMateFramenet.OutputMapping 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 © 2016–2020 FBK. All rights reserved.