public static enum RatingsManager.RatingQueryField extends Enum<RatingsManager.RatingQueryField>
Enum Constant and Description |
---|
CREATED_DATE
Represents the 'createdDate' field.
|
ENTITY_REFERENCE
Represents the 'id' field.
|
IDENTIFIER
Represents the 'id' field.
|
MANAGER_ID
Represents the 'managerId' field.
|
PARENTS_REFERENCE
Represents the 'parents' field.
|
SCALE
Represents the 'scale' field.
|
UPDATED_DATE
Represents the 'updatedDate' field.
|
USER_REFERENCE
Represents the 'author' field.
|
VOTE
Represents the 'vote' field.
|
Modifier and Type | Method and Description |
---|---|
String |
getFieldName() |
static RatingsManager.RatingQueryField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RatingsManager.RatingQueryField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RatingsManager.RatingQueryField IDENTIFIER
public static final RatingsManager.RatingQueryField ENTITY_REFERENCE
public static final RatingsManager.RatingQueryField PARENTS_REFERENCE
public static final RatingsManager.RatingQueryField USER_REFERENCE
public static final RatingsManager.RatingQueryField VOTE
public static final RatingsManager.RatingQueryField CREATED_DATE
public static final RatingsManager.RatingQueryField UPDATED_DATE
public static final RatingsManager.RatingQueryField MANAGER_ID
public static final RatingsManager.RatingQueryField SCALE
public static RatingsManager.RatingQueryField[] values()
for (RatingsManager.RatingQueryField c : RatingsManager.RatingQueryField.values()) System.out.println(c);
public static RatingsManager.RatingQueryField 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 getFieldName()
Copyright © 2004–2021 XWiki. All rights reserved.