public static enum SetAutoDeclareDialog.AutoDeclareOption extends Enum<SetAutoDeclareDialog.AutoDeclareOption>
| Enum Constant and Description |
|---|
ALL |
MAJOR_VERSIONS_ONLY |
NEVER |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
static SetAutoDeclareDialog.AutoDeclareOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SetAutoDeclareDialog.AutoDeclareOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SetAutoDeclareDialog.AutoDeclareOption NEVER
public static final SetAutoDeclareDialog.AutoDeclareOption MAJOR_VERSIONS_ONLY
public static final SetAutoDeclareDialog.AutoDeclareOption ALL
public static SetAutoDeclareDialog.AutoDeclareOption[] values()
for (SetAutoDeclareDialog.AutoDeclareOption c : SetAutoDeclareDialog.AutoDeclareOption.values()) System.out.println(c);
public static SetAutoDeclareDialog.AutoDeclareOption 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 int getIndex()
Copyright © 2005–2016 Alfresco Software. All rights reserved.