public static enum CommentManager.Feature extends Enum<CommentManager.Feature>
CommentManager.hasFeature(org.nuxeo.ecm.platform.comment.api.CommentManager.Feature)
Enum Constant and Description |
---|
COMMENTS_LINKED_WITH_PROPERTY
Comments are linked with the parent id property.
|
Modifier and Type | Method and Description |
---|---|
static CommentManager.Feature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommentManager.Feature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommentManager.Feature COMMENTS_LINKED_WITH_PROPERTY
public static CommentManager.Feature[] values()
for (CommentManager.Feature c : CommentManager.Feature.values()) System.out.println(c);
public static CommentManager.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 © 2019 Nuxeo. All rights reserved.