org.alfresco.service.cmr.admin
Class RepoUsage.LicenseMode
java.lang.Object
java.lang.Enum
org.alfresco.service.cmr.admin.RepoUsage.LicenseMode
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
- Enclosing class:
- RepoUsage
public static final class RepoUsage.LicenseMode
- extends java.lang.Enum
Enumeration of the server license modes.
- Since:
- 3.4
- See Also:
- Serialized Form
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
ENTERPRISE
public static final RepoUsage.LicenseMode ENTERPRISE
- The server is running with full Enteprise license.
TEAM
public static final RepoUsage.LicenseMode TEAM
- The server is running with a Team license.
UNKNOWN
public static final RepoUsage.LicenseMode UNKNOWN
- The license mode is unknown.
values
public static RepoUsage.LicenseMode[] values()
valueOf
public static RepoUsage.LicenseMode valueOf(java.lang.String name)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.