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