public static enum Headers.Entry.Type extends java.lang.Enum<Headers.Entry.Type>
| Modifier and Type | Method and Description |
|---|---|
static Headers.Entry.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Headers.Entry.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Headers.Entry.Type STRING
public static final Headers.Entry.Type LONG
public static final Headers.Entry.Type INT
public static Headers.Entry.Type[] values()
for (Headers.Entry.Type c : Headers.Entry.Type.values()) System.out.println(c);
public static Headers.Entry.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 null"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"