org.alfresco.service.cmr.repository
Class FileTypeImageSize

java.lang.Object
  extended by java.lang.Enum
      extended by org.alfresco.service.cmr.repository.FileTypeImageSize
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class FileTypeImageSize
extends java.lang.Enum

See Also:
Serialized Form

Field Summary
static FileTypeImageSize Large
           
static FileTypeImageSize Medium
           
static FileTypeImageSize Small
           
 
Method Summary
static FileTypeImageSize valueOf(java.lang.String name)
           
static FileTypeImageSize[] 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

Small

public static final FileTypeImageSize Small

Medium

public static final FileTypeImageSize Medium

Large

public static final FileTypeImageSize Large
Method Detail

values

public static FileTypeImageSize[] values()

valueOf

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


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