Ontimize Document Management 0.035EN

com.ontimize.dms.filetransfer
Class TransferType

java.lang.Object
  extended by com.ontimize.dms.filetransfer.TransferType

public class TransferType
extends java.lang.Object


Field Summary
static TransferType COPY
           
static TransferType DOWNLOAD
           
protected  java.lang.String type
           
static TransferType UPLOAD
           
 
Constructor Summary
TransferType(java.lang.String type)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COPY

public static final TransferType COPY

DOWNLOAD

public static final TransferType DOWNLOAD

UPLOAD

public static final TransferType UPLOAD

type

protected java.lang.String type
Constructor Detail

TransferType

public TransferType(java.lang.String type)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Ontimize Document Management