com.trolltech.qt.network
Class QFtp.Command
java.lang.Object
java.lang.Enum
com.trolltech.qt.network.QFtp.Command
- All Implemented Interfaces:
- QtEnumerator, java.io.Serializable, java.lang.Comparable
- Enclosing class:
- QFtp
public static final class QFtp.Command
- extends java.lang.Enum
- implements QtEnumerator
- See Also:
- Serialized Form
Method Summary |
static QFtp.Command |
resolve(int value)
Returns the Command constant with the specified int. |
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QFtp.Command |
valueOf(java.lang.String name)
|
static QFtp.Command[] |
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 |
None
public static final QFtp.Command None
SetTransferMode
public static final QFtp.Command SetTransferMode
SetProxy
public static final QFtp.Command SetProxy
ConnectToHost
public static final QFtp.Command ConnectToHost
Login
public static final QFtp.Command Login
Close
public static final QFtp.Command Close
List
public static final QFtp.Command List
Cd
public static final QFtp.Command Cd
Get
public static final QFtp.Command Get
Put
public static final QFtp.Command Put
Remove
public static final QFtp.Command Remove
Mkdir
public static final QFtp.Command Mkdir
Rmdir
public static final QFtp.Command Rmdir
Rename
public static final QFtp.Command Rename
RawCommand
public static final QFtp.Command RawCommand
values
public static QFtp.Command[] values()
valueOf
public static QFtp.Command valueOf(java.lang.String name)
value
public int value()
- This function should return an integer value for the enum values of the enumeration that implements this interface.
- Specified by:
value
in interface QtEnumerator
resolve
public static QFtp.Command resolve(int value)
- Returns the Command constant with the specified int.