public static enum RatingActivityStreamFilter.QueryType extends Enum<RatingActivityStreamFilter.QueryType>
Enum Constant and Description |
---|
GET_ACTOR_RATINGS_FOR_OBJECT |
GET_LATEST_RATED_FOR_OBJECT |
GET_RATED_CHILDREN_FOR_CONTEXT |
GET_RATINGS_FOR_CANCEL |
GET_RATINGS_FOR_OBJECT |
Modifier and Type | Method and Description |
---|---|
static RatingActivityStreamFilter.QueryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RatingActivityStreamFilter.QueryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RatingActivityStreamFilter.QueryType GET_ACTOR_RATINGS_FOR_OBJECT
public static final RatingActivityStreamFilter.QueryType GET_RATINGS_FOR_OBJECT
public static final RatingActivityStreamFilter.QueryType GET_RATED_CHILDREN_FOR_CONTEXT
public static final RatingActivityStreamFilter.QueryType GET_RATINGS_FOR_CANCEL
public static final RatingActivityStreamFilter.QueryType GET_LATEST_RATED_FOR_OBJECT
public static RatingActivityStreamFilter.QueryType[] values()
for (RatingActivityStreamFilter.QueryType c : RatingActivityStreamFilter.QueryType.values()) System.out.println(c);
public static RatingActivityStreamFilter.QueryType 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 © 2017 Nuxeo. All rights reserved.