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