public static enum AssetCollectionDefinition.QueryType extends Enum<AssetCollectionDefinition.QueryType>
| Enum Constant and Description |
|---|
alfrescoCmis |
lucene |
| Modifier and Type | Method and Description |
|---|---|
String |
getEngineName() |
static AssetCollectionDefinition.QueryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssetCollectionDefinition.QueryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssetCollectionDefinition.QueryType lucene
public static final AssetCollectionDefinition.QueryType alfrescoCmis
public static AssetCollectionDefinition.QueryType[] values()
for (AssetCollectionDefinition.QueryType c : AssetCollectionDefinition.QueryType.values()) System.out.println(c);
public static AssetCollectionDefinition.QueryType 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 getEngineName()
Copyright © 2005–2014 Alfresco Software. All rights reserved.