public enum Fields extends Enum<Fields>
Enum Constant and Description |
---|
COMMENT |
CONTENT |
COVERAGE |
CREATION |
CUSTOM_ID |
DATE |
DOC_REF |
FOLDER_ID |
FOLDER_NAME |
ID |
LANGUAGE |
RECIPIENT |
SIZE |
SOURCE |
SOURCE_AUTHOR |
SOURCE_DATE |
SOURCE_ID |
SOURCE_TYPE |
TAGS |
TEMPLATE_ID |
TITLE |
Modifier and Type | Method and Description |
---|---|
static Set<Fields> |
all() |
String |
getName() |
static String |
searchList()
Fields list suitable for searches
|
String |
toString() |
static Fields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Fields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Fields ID
public static final Fields TITLE
public static final Fields FOLDER_ID
public static final Fields CONTENT
public static final Fields TAGS
public static final Fields TEMPLATE_ID
public static final Fields FOLDER_NAME
public static final Fields CREATION
public static final Fields DATE
public static final Fields SOURCE_DATE
public static final Fields COVERAGE
public static final Fields SOURCE_AUTHOR
public static final Fields SOURCE_TYPE
public static final Fields SOURCE
public static final Fields RECIPIENT
public static final Fields SOURCE_ID
public static final Fields SIZE
public static final Fields CUSTOM_ID
public static final Fields DOC_REF
public static final Fields COMMENT
public static final Fields LANGUAGE
public static Fields[] values()
for (Fields c : Fields.values()) System.out.println(c);
public static Fields 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 getName()
public static String searchList()
Copyright © 2008-2014 Logical Objects. All Rights Reserved.