public static enum CMISUtil.DocumentType extends Enum<CMISUtil.DocumentType>
| Enum Constant and Description |
|---|
HTML |
MSEXCEL |
MSPOWERPOINT |
MSWORD |
PDF |
TEXT_PLAIN |
XML |
| Modifier and Type | Method and Description |
|---|---|
static CMISUtil.DocumentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CMISUtil.DocumentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CMISUtil.DocumentType TEXT_PLAIN
public static final CMISUtil.DocumentType XML
public static final CMISUtil.DocumentType HTML
public static final CMISUtil.DocumentType PDF
public static final CMISUtil.DocumentType MSWORD
public static final CMISUtil.DocumentType MSEXCEL
public static final CMISUtil.DocumentType MSPOWERPOINT
public final String type
public static CMISUtil.DocumentType[] values()
for (CMISUtil.DocumentType c : CMISUtil.DocumentType.values()) System.out.println(c);
public static CMISUtil.DocumentType 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 © 2016 Alfresco Software. All rights reserved.