public static enum RepoUsage.LicenseMode extends Enum<RepoUsage.LicenseMode>
Enum Constant and Description |
---|
ENTERPRISE
The server is running with full Enteprise license.
|
TEAM
The server is running with a Team license.
|
UNKNOWN
The license mode is unknown.
|
Modifier and Type | Method and Description |
---|---|
static RepoUsage.LicenseMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepoUsage.LicenseMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RepoUsage.LicenseMode ENTERPRISE
public static final RepoUsage.LicenseMode TEAM
public static final RepoUsage.LicenseMode UNKNOWN
public static RepoUsage.LicenseMode[] values()
for (RepoUsage.LicenseMode c : RepoUsage.LicenseMode.values()) System.out.println(c);
public static RepoUsage.LicenseMode 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.