public static enum ExportItemResult.Member extends java.lang.Enum<ExportItemResult.Member>
| Enum Constant and Description |
|---|
item |
itemMimeType |
itemName |
status |
statusMessage |
| Modifier and Type | Method and Description |
|---|---|
static ExportItemResult.Member |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExportItemResult.Member[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExportItemResult.Member item
public static final ExportItemResult.Member itemMimeType
public static final ExportItemResult.Member itemName
public static final ExportItemResult.Member status
public static final ExportItemResult.Member statusMessage
public static ExportItemResult.Member[] values()
for (ExportItemResult.Member c : ExportItemResult.Member.values()) System.out.println(c);
public static ExportItemResult.Member 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 nullThis software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.