public static enum FileWidgetElement.InputFileChoice extends Enum<FileWidgetElement.InputFileChoice>
Modifier and Type | Method and Description |
---|---|
String |
getOptionId() |
static FileWidgetElement.InputFileChoice |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileWidgetElement.InputFileChoice[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileWidgetElement.InputFileChoice none
public static final FileWidgetElement.InputFileChoice keep
public static final FileWidgetElement.InputFileChoice upload
public static final FileWidgetElement.InputFileChoice delete
public static final FileWidgetElement.InputFileChoice tempKeep
public static FileWidgetElement.InputFileChoice[] values()
for (FileWidgetElement.InputFileChoice c : FileWidgetElement.InputFileChoice.values()) System.out.println(c);
public static FileWidgetElement.InputFileChoice 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 getOptionId()
Copyright © 2018 Nuxeo. All rights reserved.