public enum TransferDirection extends java.lang.Enum<TransferDirection>
Modifier and Type | Method and Description |
---|---|
javax.swing.Icon |
getRenderIcon() |
boolean |
isDownload() |
boolean |
isUpload() |
static TransferDirection |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TransferDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransferDirection UPLOAD
public static final TransferDirection DOWNLOAD
public static TransferDirection[] values()
for (TransferDirection c : TransferDirection.values()) System.out.println(c);
public static TransferDirection valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic boolean isUpload()
public boolean isDownload()
public javax.swing.Icon getRenderIcon()
Copyright © 2014 EsprIT-Systems. All Rights Reserved.