public static enum POLocalRearrangeTezFactory.LocalRearrangeType extends java.lang.Enum<POLocalRearrangeTezFactory.LocalRearrangeType>
| Modifier and Type | Method and Description |
|---|---|
static POLocalRearrangeTezFactory.LocalRearrangeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static POLocalRearrangeTezFactory.LocalRearrangeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final POLocalRearrangeTezFactory.LocalRearrangeType STAR
public static final POLocalRearrangeTezFactory.LocalRearrangeType NULL
public static final POLocalRearrangeTezFactory.LocalRearrangeType NORMAL
public static final POLocalRearrangeTezFactory.LocalRearrangeType WITHPLAN
public static POLocalRearrangeTezFactory.LocalRearrangeType[] values()
for (POLocalRearrangeTezFactory.LocalRearrangeType c : POLocalRearrangeTezFactory.LocalRearrangeType.values()) System.out.println(c);
public static POLocalRearrangeTezFactory.LocalRearrangeType 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 nullCopyright © 2007-2025 The Apache Software Foundation