protected static enum MERGE3.MergeHeader.Type extends Enum<MERGE3.MergeHeader.Type>
| Modifier and Type | Method and Description |
|---|---|
static MERGE3.MergeHeader.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MERGE3.MergeHeader.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MERGE3.MergeHeader.Type INFO
public static final MERGE3.MergeHeader.Type VIEW_REQ
public static final MERGE3.MergeHeader.Type VIEW_RSP
public static MERGE3.MergeHeader.Type[] values()
for (MERGE3.MergeHeader.Type c : MERGE3.MergeHeader.Type.values()) System.out.println(c);
public static MERGE3.MergeHeader.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 © 2025 JBoss, a division of Red Hat. All rights reserved.