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