org.alfresco.service.cmr.admin
Class RepoUsageStatus.RepoUsageLevel

java.lang.Object
  extended by java.lang.Enum
      extended by org.alfresco.service.cmr.admin.RepoUsageStatus.RepoUsageLevel
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
RepoUsageStatus

public static final class RepoUsageStatus.RepoUsageLevel
extends java.lang.Enum

Enumeration of usage levels

Since:
V3.4 Team
See Also:
Serialized Form

Field Summary
static RepoUsageStatus.RepoUsageLevel LOCKED_DOWN
           
static RepoUsageStatus.RepoUsageLevel OK
           
static RepoUsageStatus.RepoUsageLevel WARN_ADMIN
           
static RepoUsageStatus.RepoUsageLevel WARN_ALL
           
 
Method Summary
static RepoUsageStatus.RepoUsageLevel valueOf(java.lang.String name)
           
static RepoUsageStatus.RepoUsageLevel[] 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

OK

public static final RepoUsageStatus.RepoUsageLevel OK

WARN_ADMIN

public static final RepoUsageStatus.RepoUsageLevel WARN_ADMIN

WARN_ALL

public static final RepoUsageStatus.RepoUsageLevel WARN_ALL

LOCKED_DOWN

public static final RepoUsageStatus.RepoUsageLevel LOCKED_DOWN
Method Detail

values

public static RepoUsageStatus.RepoUsageLevel[] values()

valueOf

public static RepoUsageStatus.RepoUsageLevel valueOf(java.lang.String name)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.