public static enum Utils.URLMode extends Enum<Utils.URLMode>
Enum Constant and Description |
---|
BROWSE |
CIFS |
FTP |
HTTP_DOWNLOAD |
HTTP_INLINE |
SHOW_DETAILS |
WEBDAV |
Modifier and Type | Method and Description |
---|---|
static Utils.URLMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Utils.URLMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Utils.URLMode HTTP_DOWNLOAD
public static final Utils.URLMode HTTP_INLINE
public static final Utils.URLMode WEBDAV
public static final Utils.URLMode CIFS
public static final Utils.URLMode SHOW_DETAILS
public static final Utils.URLMode BROWSE
public static final Utils.URLMode FTP
public static Utils.URLMode[] values()
for (Utils.URLMode c : Utils.URLMode.values()) System.out.println(c);
public static Utils.URLMode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2005–2017 Alfresco Software. All rights reserved.