public static enum IJEMHDataTypes.ProjectMappingEvalStrategy extends Enum<IJEMHDataTypes.ProjectMappingEvalStrategy>
Enum Constant and Description |
---|
firstMatchWins |
rulePriority |
Modifier and Type | Method and Description |
---|---|
static IJEMHDataTypes.ProjectMappingEvalStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IJEMHDataTypes.ProjectMappingEvalStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IJEMHDataTypes.ProjectMappingEvalStrategy firstMatchWins
public static final IJEMHDataTypes.ProjectMappingEvalStrategy rulePriority
public static IJEMHDataTypes.ProjectMappingEvalStrategy[] values()
for (IJEMHDataTypes.ProjectMappingEvalStrategy c : IJEMHDataTypes.ProjectMappingEvalStrategy.values()) System.out.println(c);
public static IJEMHDataTypes.ProjectMappingEvalStrategy 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 © 2008–2022 The Plugin People. All rights reserved.