org.alfresco.util.schemacomp
Class Result.Strength

java.lang.Object
  extended by java.lang.Enum
      extended by org.alfresco.util.schemacomp.Result.Strength
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
Result

public static final class Result.Strength
extends java.lang.Enum

See Also:
Serialized Form

Field Summary
static Result.Strength ERROR
           
static Result.Strength WARN
           
 
Method Summary
static Result.Strength valueOf(java.lang.String name)
           
static Result.Strength[] 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

WARN

public static final Result.Strength WARN

ERROR

public static final Result.Strength ERROR
Method Detail

values

public static Result.Strength[] values()

valueOf

public static Result.Strength valueOf(java.lang.String name)


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