public static enum RatingUtils.RatingType extends Enum<RatingUtils.RatingType>
Enum Constant and Description |
---|
SIMPLE_RATING_TYPE |
STAR_RATING_TYPE |
THUMB_RATING_TYPE |
Modifier and Type | Method and Description |
---|---|
String |
getTemplatePath() |
String |
getType() |
static RatingUtils.RatingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RatingUtils.RatingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RatingUtils.RatingType SIMPLE_RATING_TYPE
public static final RatingUtils.RatingType THUMB_RATING_TYPE
public static final RatingUtils.RatingType STAR_RATING_TYPE
public static RatingUtils.RatingType[] values()
for (RatingUtils.RatingType c : RatingUtils.RatingType.values()) System.out.println(c);
public static RatingUtils.RatingType 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 getTemplatePath()
public String getType()
Copyright © 2022 City of Paris. All rights reserved.