public static enum AbstractStructureDialog.StructureUploadAction extends Enum<AbstractStructureDialog.StructureUploadAction>
Enum Constant and Description |
---|
ADD
Add new element.
|
REPLACE
Replace existing element.
|
Modifier and Type | Method and Description |
---|---|
static AbstractStructureDialog.StructureUploadAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractStructureDialog.StructureUploadAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractStructureDialog.StructureUploadAction ADD
public static final AbstractStructureDialog.StructureUploadAction REPLACE
public static AbstractStructureDialog.StructureUploadAction[] values()
for (AbstractStructureDialog.StructureUploadAction c : AbstractStructureDialog.StructureUploadAction.values()) System.out.println(c);
public static AbstractStructureDialog.StructureUploadAction 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 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.