org.alfresco.service.cmr.transfer
Class TransferEventReport.ReportType

java.lang.Object
  extended by java.lang.Enum
      extended by org.alfresco.service.cmr.transfer.TransferEventReport.ReportType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
TransferEventReport

public static final class TransferEventReport.ReportType
extends java.lang.Enum

See Also:
Serialized Form

Field Summary
static TransferEventReport.ReportType DESTINATION
           
static TransferEventReport.ReportType SOURCE
           
 
Method Summary
static TransferEventReport.ReportType valueOf(java.lang.String name)
           
static TransferEventReport.ReportType[] 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

SOURCE

public static final TransferEventReport.ReportType SOURCE

DESTINATION

public static final TransferEventReport.ReportType DESTINATION
Method Detail

values

public static TransferEventReport.ReportType[] values()

valueOf

public static TransferEventReport.ReportType valueOf(java.lang.String name)


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