protected static enum MERGE3.MergeHeader.Type extends java.lang.Enum<MERGE3.MergeHeader.Type>
Modifier and Type | Method and Description |
---|---|
static MERGE3.MergeHeader.Type |
valueOf(java.lang.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(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 1998-2020 Red Hat. All Rights Reserved.