public static enum CatalogFieldList.FieldListMode extends java.lang.Enum<CatalogFieldList.FieldListMode>
Enum Constant and Description |
---|
CATEGORY_FIELD_LIST |
RECORD_FIELD_LIST |
Modifier and Type | Method and Description |
---|---|
static CatalogFieldList.FieldListMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CatalogFieldList.FieldListMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CatalogFieldList.FieldListMode RECORD_FIELD_LIST
public static final CatalogFieldList.FieldListMode CATEGORY_FIELD_LIST
public static CatalogFieldList.FieldListMode[] values()
for (CatalogFieldList.FieldListMode c : CatalogFieldList.FieldListMode.values()) System.out.println(c);
public static CatalogFieldList.FieldListMode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullwww.canto.com
Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto GmbH, registered in the U.S. and other countries.