public static final class RepoUsage.LicenseMode
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static RepoUsage.LicenseMode |
ENTERPRISE
The server is running with full Enteprise license.
|
static RepoUsage.LicenseMode |
TEAM
The server is running with a Team license.
|
static RepoUsage.LicenseMode |
UNKNOWN
The license mode is unknown.
|
Modifier and Type | Method and Description |
---|---|
static RepoUsage.LicenseMode |
valueOf(java.lang.String name) |
static RepoUsage.LicenseMode[] |
values() |
public static final RepoUsage.LicenseMode ENTERPRISE
public static final RepoUsage.LicenseMode TEAM
public static final RepoUsage.LicenseMode UNKNOWN
public static RepoUsage.LicenseMode[] values()
public static RepoUsage.LicenseMode valueOf(java.lang.String name)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.