public static enum RepoUsageStatus.RepoUsageLevel extends Enum<RepoUsageStatus.RepoUsageLevel>
Enum Constant and Description |
---|
LOCKED_DOWN |
OK |
WARN_ADMIN |
WARN_ALL |
Modifier and Type | Method and Description |
---|---|
static RepoUsageStatus.RepoUsageLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepoUsageStatus.RepoUsageLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RepoUsageStatus.RepoUsageLevel OK
public static final RepoUsageStatus.RepoUsageLevel WARN_ADMIN
public static final RepoUsageStatus.RepoUsageLevel WARN_ALL
public static final RepoUsageStatus.RepoUsageLevel LOCKED_DOWN
public static RepoUsageStatus.RepoUsageLevel[] values()
for (RepoUsageStatus.RepoUsageLevel c : RepoUsageStatus.RepoUsageLevel.values()) System.out.println(c);
public static RepoUsageStatus.RepoUsageLevel 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 © 2005–2017 Alfresco Software. All rights reserved.