protected static enum ContentInfo.ContentInfoField extends Enum<ContentInfo.ContentInfoField> implements EnumType
| Enum Constant and Description |
|---|
CONTENT |
CONTENT_TYPE |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getValue() |
static ContentInfo.ContentInfoField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentInfo.ContentInfoField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContentInfo.ContentInfoField CONTENT_TYPE
public static final ContentInfo.ContentInfoField CONTENT
public static ContentInfo.ContentInfoField[] values()
for (ContentInfo.ContentInfoField c : ContentInfo.ContentInfoField.values()) System.out.println(c);
public static ContentInfo.ContentInfoField 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 © 2014–2019 The Apache Software Foundation. All rights reserved.