public static enum TagService.Feature extends Enum<TagService.Feature>
TagService.hasFeature(org.nuxeo.ecm.platform.tag.TagService.Feature)
Enum Constant and Description |
---|
TAGS_BELONG_TO_DOCUMENT
Tags are properties of the document itself.
|
Modifier and Type | Method and Description |
---|---|
static TagService.Feature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TagService.Feature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TagService.Feature TAGS_BELONG_TO_DOCUMENT
public static TagService.Feature[] values()
for (TagService.Feature c : TagService.Feature.values()) System.out.println(c);
public static TagService.Feature 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 © 2018 Nuxeo. All rights reserved.