public static enum SpoolDirectorySourceConfigurationConstants.ConsumeOrder extends Enum<SpoolDirectorySourceConfigurationConstants.ConsumeOrder>
| Modifier and Type | Method and Description | 
|---|---|
| static SpoolDirectorySourceConfigurationConstants.ConsumeOrder | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static SpoolDirectorySourceConfigurationConstants.ConsumeOrder[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final SpoolDirectorySourceConfigurationConstants.ConsumeOrder OLDEST
public static final SpoolDirectorySourceConfigurationConstants.ConsumeOrder YOUNGEST
public static final SpoolDirectorySourceConfigurationConstants.ConsumeOrder RANDOM
public static SpoolDirectorySourceConfigurationConstants.ConsumeOrder[] values()
for (SpoolDirectorySourceConfigurationConstants.ConsumeOrder c : SpoolDirectorySourceConfigurationConstants.ConsumeOrder.values()) System.out.println(c);
public static SpoolDirectorySourceConfigurationConstants.ConsumeOrder 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 © 2009-2017 Apache Software Foundation. All Rights Reserved.