public enum UpgradeTasks extends Enum<UpgradeTasks> implements UpgradeTasksInterface
| Enum Constant and Description |
|---|
V1
add groupAttrRead/groupAttrUpdate group sets for entities
|
V2
move subject resolution status attributes to member table
|
V3 |
V4 |
V5 |
| Modifier and Type | Method and Description |
|---|---|
static int |
currentVersion()
keep the current version here, increment as things change
|
static UpgradeTasks |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpgradeTasks[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfupdateVersionFromPreviouspublic static final UpgradeTasks V1
public static final UpgradeTasks V2
public static final UpgradeTasks V3
public static final UpgradeTasks V4
public static final UpgradeTasks V5
public static UpgradeTasks[] values()
for (UpgradeTasks c : UpgradeTasks.values()) System.out.println(c);
public static UpgradeTasks 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 static int currentVersion()
Copyright © 2016 Internet2. All rights reserved.