public enum AlfrescoVersion extends Enum<AlfrescoVersion>
| Enum Constant and Description |
|---|
Cloud |
Cloud2 |
Enterprise |
Enterprise41 |
Enterprise42 |
| Modifier and Type | Method and Description |
|---|---|
static AlfrescoVersion |
fromString(String value)
Create
AlfrescoVersion from string. |
Double |
getVersion() |
boolean |
isCloud()
Checks if its a cloud base enum.
|
boolean |
isDojoSupported() |
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.
|
public static final AlfrescoVersion Enterprise
public static final AlfrescoVersion Enterprise41
public static final AlfrescoVersion Enterprise42
public static final AlfrescoVersion Cloud
public static final AlfrescoVersion Cloud2
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 nameNullPointerException - if the argument is nullpublic boolean isCloud()
public boolean isFileUploadHtml5()
public static AlfrescoVersion fromString(String value)
AlfrescoVersion from string.value - String alfresco versionAlfrescoVersion versionpublic Double getVersion()
public boolean isDojoSupported()
Copyright © 2013. All Rights Reserved.