org.alfresco.service.cmr.admin
Class RepoUsage.LicenseMode

java.lang.Object
  extended by java.lang.Enum
      extended by 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

Field Summary
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.
 
Method Summary
static RepoUsage.LicenseMode valueOf(java.lang.String name)
           
static RepoUsage.LicenseMode[] values()
           
 
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
 

Field Detail

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.

Method Detail

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.