public enum PublisherFormat extends Enum<PublisherFormat>
| Enum Constant and Description |
|---|
DOCX
DOCX Text.
|
ODT
OpenOffice Text.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMimeType()
Mimetypes des différents formats gérés.
|
static PublisherFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PublisherFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PublisherFormat ODT
public static final PublisherFormat DOCX
public static PublisherFormat[] values()
for (PublisherFormat c : PublisherFormat.values()) System.out.println(c);
public static PublisherFormat 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 getMimeType()
Copyright © 2015. All Rights Reserved.