|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<AlfrescoVersion>
org.alfresco.webdrone.AlfrescoVersion
public enum AlfrescoVersion
The Alfresco site type and version enum.
| Enum Constant Summary | |
|---|---|
Cloud
|
|
Enterprise
|
|
Enterprise4_1
|
|
Enterprise4_2
|
|
Share
|
|
Share3_41
|
|
Share4_0
|
|
| Method Summary | |
|---|---|
static AlfrescoVersion |
fromString(String value)
Create AlfrescoVersion from string. |
Double |
getVersion()
|
boolean |
isCloud()
Checks if its a cloud base enum. |
boolean |
isFileUploadHtml5()
Flag to indicates if file upload is supported by HTML5 |
static AlfrescoVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AlfrescoVersion[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| 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 |
| Enum Constant Detail |
|---|
public static final AlfrescoVersion Share
public static final AlfrescoVersion Share3_41
public static final AlfrescoVersion Share4_0
public static final AlfrescoVersion Enterprise
public static final AlfrescoVersion Enterprise4_1
public static final AlfrescoVersion Enterprise4_2
public static final AlfrescoVersion Cloud
| Method Detail |
|---|
public static AlfrescoVersion[] values()
for (AlfrescoVersion c : AlfrescoVersion.values()) System.out.println(c);
public static AlfrescoVersion valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic boolean isCloud()
public boolean isFileUploadHtml5()
public static AlfrescoVersion fromString(String value)
AlfrescoVersion from string.
value - String alfresco version
AlfrescoVersion versionpublic Double getVersion()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||