org.alfresco.repo.action.evaluator.compare
Class ContentPropertyName

java.lang.Object
  extended by java.lang.Enum
      extended by org.alfresco.repo.action.evaluator.compare.ContentPropertyName
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class ContentPropertyName
extends java.lang.Enum

See Also:
Serialized Form

Field Summary
static ContentPropertyName ENCODING
           
static ContentPropertyName MIME_TYPE
           
static ContentPropertyName SIZE
           
 
Method Summary
static ContentPropertyName valueOf(java.lang.String name)
           
static ContentPropertyName[] 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

MIME_TYPE

public static final ContentPropertyName MIME_TYPE

ENCODING

public static final ContentPropertyName ENCODING

SIZE

public static final ContentPropertyName SIZE
Method Detail

values

public static ContentPropertyName[] values()

valueOf

public static ContentPropertyName valueOf(java.lang.String name)


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