public static enum PromotionInfo.PromotionType extends java.lang.Enum<PromotionInfo.PromotionType>
Enum Constant and Description |
---|
ARRAY_TO_ARRAY |
SCALAR_TO_ARRAY |
Modifier and Type | Method and Description |
---|---|
static PromotionInfo.PromotionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PromotionInfo.PromotionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PromotionInfo.PromotionType SCALAR_TO_ARRAY
public static final PromotionInfo.PromotionType ARRAY_TO_ARRAY
public static PromotionInfo.PromotionType[] values()
for (PromotionInfo.PromotionType c : PromotionInfo.PromotionType.values()) System.out.println(c);
public static PromotionInfo.PromotionType 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 null