public static enum RestoreIntf.FixAliasResult extends Enum<RestoreIntf.FixAliasResult>
| Enum Constant and Description |
|---|
broken
Broken chain
|
circular
Part of or points to a circular chain
|
failed
failed
|
noAccess
No access to target collection
|
notFound
No such target collection
|
ok
No action was required
|
reshared
reshared
|
wrongAccess
Wrong access to target collection
|
| Modifier and Type | Method and Description |
|---|---|
static RestoreIntf.FixAliasResult |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestoreIntf.FixAliasResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RestoreIntf.FixAliasResult ok
public static final RestoreIntf.FixAliasResult noAccess
public static final RestoreIntf.FixAliasResult wrongAccess
public static final RestoreIntf.FixAliasResult notFound
public static final RestoreIntf.FixAliasResult circular
public static final RestoreIntf.FixAliasResult broken
public static final RestoreIntf.FixAliasResult reshared
public static final RestoreIntf.FixAliasResult failed
public static RestoreIntf.FixAliasResult[] values()
for (RestoreIntf.FixAliasResult c : RestoreIntf.FixAliasResult.values()) System.out.println(c);
public static RestoreIntf.FixAliasResult 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 © 2019 Bedework. All rights reserved.