public static enum IterableBuilder.Type extends Enum<IterableBuilder.Type>
| Enum Constant and Description |
|---|
COLUMN_MATCH |
ROW_MATCH |
SIMPLE |
| Modifier and Type | Method and Description |
|---|---|
static IterableBuilder.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IterableBuilder.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IterableBuilder.Type SIMPLE
public static final IterableBuilder.Type COLUMN_MATCH
public static final IterableBuilder.Type ROW_MATCH
public static IterableBuilder.Type[] values()
for (IterableBuilder.Type c : IterableBuilder.Type.values()) System.out.println(c);
public static IterableBuilder.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 © 2005–2025 OpenHMS. All rights reserved.