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