org.alfresco.repo.bulkimport
Class ImportableItem.FileType

java.lang.Object
  extended by java.lang.Enum
      extended by org.alfresco.repo.bulkimport.ImportableItem.FileType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
ImportableItem

public static final class ImportableItem.FileType
extends java.lang.Enum

See Also:
Serialized Form

Field Summary
static ImportableItem.FileType DIRECTORY
           
static ImportableItem.FileType FILE
           
static ImportableItem.FileType OTHER
           
 
Method Summary
static ImportableItem.FileType valueOf(java.lang.String name)
           
static ImportableItem.FileType[] 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

FILE

public static final ImportableItem.FileType FILE

DIRECTORY

public static final ImportableItem.FileType DIRECTORY

OTHER

public static final ImportableItem.FileType OTHER
Method Detail

values

public static ImportableItem.FileType[] values()

valueOf

public static ImportableItem.FileType valueOf(java.lang.String name)


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