public static enum MediaTypes.Format extends Enum<MediaTypes.Format>
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static MediaTypes.Format |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaTypes.Format[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MediaTypes.Format XML
public static final MediaTypes.Format JSON
public static MediaTypes.Format[] values()
for (MediaTypes.Format c : MediaTypes.Format.values()) System.out.println(c);
public static MediaTypes.Format 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 nullpublic String toString()
toString
in class Enum<MediaTypes.Format>
Copyright © 2016 Zanata Project. All rights reserved.