public enum AlfrescoVersion extends Enum<AlfrescoVersion>
| Enum Constant and Description |
|---|
Cloud |
Enterprise |
Enterprise4_1_1 |
Enterprise4_2 |
Share |
Share3_41 |
Share4_0 |
| 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 |
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 Share
public static final AlfrescoVersion Share3_41
public static final AlfrescoVersion Share4_0
public static final AlfrescoVersion Enterprise
public static final AlfrescoVersion Enterprise4_1_1
public static final AlfrescoVersion Enterprise4_2
public static final AlfrescoVersion Cloud
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()
Copyright © 2012. All Rights Reserved.