public enum SearchLanguage extends Enum<SearchLanguage>
Enum Constant and Description |
---|
CMIS |
Modifier and Type | Method and Description |
---|---|
static SearchLanguage |
fromValue(String v) |
String |
value() |
static SearchLanguage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchLanguage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchLanguage CMIS
public static SearchLanguage[] values()
for (SearchLanguage c : SearchLanguage.values()) System.out.println(c);
public static SearchLanguage 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 String value()
public static SearchLanguage fromValue(String v)
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.