public static enum AccumulatorFn.Phase extends java.lang.Enum<AccumulatorFn.Phase>
| Modifier and Type | Method and Description | 
|---|---|
| static AccumulatorFn.Phase | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static AccumulatorFn.Phase[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final AccumulatorFn.Phase AFTER
public static final AccumulatorFn.Phase BEFORE
public static AccumulatorFn.Phase[] values()
for (AccumulatorFn.Phase c : AccumulatorFn.Phase.values()) System.out.println(c);
public static AccumulatorFn.Phase 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 (c) 2004-2020 Saxonica Limited. All rights reserved.