public enum FeedbackRatingStarCodeType extends java.lang.Enum<FeedbackRatingStarCodeType>
Java class for FeedbackRatingStarCodeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="FeedbackRatingStarCodeType"> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="None"/> <enumeration value="Yellow"/> <enumeration value="Turquoise"/> <enumeration value="Purple"/> <enumeration value="Red"/> <enumeration value="Green"/> <enumeration value="YellowShooting"/> <enumeration value="TurquoiseShooting"/> <enumeration value="PurpleShooting"/> <enumeration value="RedShooting"/> <enumeration value="Blue"/> <enumeration value="CustomCode"/> </restriction> </simpleType>
Enum Constant and Description |
---|
BLUE
Blue Star
|
CUSTOM_CODE
Reserved for internal or future use.
|
GREEN
Green Star
|
NONE
No graphic displayed
|
PURPLE
Purple Star
|
PURPLE_SHOOTING
Purple Shooting Star
|
RED
Red Star
|
RED_SHOOTING
Red Shooting Star
|
TURQUOISE
Turquoise Star
|
TURQUOISE_SHOOTING
Turquoise Shooting Star
|
YELLOW
Yellow Star
|
YELLOW_SHOOTING
Yellow Shooting Star
|
Modifier and Type | Method and Description |
---|---|
static FeedbackRatingStarCodeType |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static FeedbackRatingStarCodeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FeedbackRatingStarCodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeedbackRatingStarCodeType NONE
public static final FeedbackRatingStarCodeType YELLOW
public static final FeedbackRatingStarCodeType TURQUOISE
public static final FeedbackRatingStarCodeType PURPLE
public static final FeedbackRatingStarCodeType RED
public static final FeedbackRatingStarCodeType GREEN
public static final FeedbackRatingStarCodeType YELLOW_SHOOTING
public static final FeedbackRatingStarCodeType TURQUOISE_SHOOTING
public static final FeedbackRatingStarCodeType PURPLE_SHOOTING
public static final FeedbackRatingStarCodeType RED_SHOOTING
public static final FeedbackRatingStarCodeType BLUE
public static final FeedbackRatingStarCodeType CUSTOM_CODE
public static FeedbackRatingStarCodeType[] values()
for (FeedbackRatingStarCodeType c : FeedbackRatingStarCodeType.values()) System.out.println(c);
public static FeedbackRatingStarCodeType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String value()
public static FeedbackRatingStarCodeType fromValue(java.lang.String v)
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.