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