public static enum PromotionEngineServicesConstants.PromotionCertainty extends java.lang.Enum<PromotionEngineServicesConstants.PromotionCertainty>
| Modifier and Type | Method and Description |
|---|---|
boolean |
around(java.lang.Float value) |
java.lang.Float |
value() |
static PromotionEngineServicesConstants.PromotionCertainty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PromotionEngineServicesConstants.PromotionCertainty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PromotionEngineServicesConstants.PromotionCertainty FIRED
public static final PromotionEngineServicesConstants.PromotionCertainty POTENTIAL
public static PromotionEngineServicesConstants.PromotionCertainty[] values()
for (PromotionEngineServicesConstants.PromotionCertainty c : PromotionEngineServicesConstants.PromotionCertainty.values()) System.out.println(c);
public static PromotionEngineServicesConstants.PromotionCertainty 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 boolean around(java.lang.Float value)
public java.lang.Float value()
Copyright © 2018 SAP SE. All Rights Reserved.