public static enum EnsemblePlacementPolicy.PlacementPolicyAdherence extends java.lang.Enum<EnsemblePlacementPolicy.PlacementPolicyAdherence>
| Enum Constant and Description |
|---|
FAIL |
MEETS_SOFT |
MEETS_STRICT |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumVal() |
static EnsemblePlacementPolicy.PlacementPolicyAdherence |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnsemblePlacementPolicy.PlacementPolicyAdherence[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnsemblePlacementPolicy.PlacementPolicyAdherence FAIL
public static final EnsemblePlacementPolicy.PlacementPolicyAdherence MEETS_SOFT
public static final EnsemblePlacementPolicy.PlacementPolicyAdherence MEETS_STRICT
public static EnsemblePlacementPolicy.PlacementPolicyAdherence[] values()
for (EnsemblePlacementPolicy.PlacementPolicyAdherence c : EnsemblePlacementPolicy.PlacementPolicyAdherence.values()) System.out.println(c);
public static EnsemblePlacementPolicy.PlacementPolicyAdherence 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 nullpublic int getNumVal()
Copyright © 2011–2024 The Apache Software Foundation. All rights reserved.