public enum Symbol extends Enum<Symbol>
| Enum Constant and Description |
|---|
ARROWS_3_WAY
Represents the ARROWS_3_WAY symbol.
|
ARROWS_4_WAY
Represents the ARROWS_4_WAY symbol.
|
ARROWS_5_WAY
Represents the ARROWS_5_WAY symbol.
|
DECISION_SHAPES
Represents the DECISION_SHAPES symbol.
|
DECISION_SYMBOLS
Represents the DECISION_SYMBOLS symbol.
|
DIRECTIONS_3_WAY
Represents the DIRECTIONS_3_WAY symbol.
|
DIRECTIONS_4_WAY
Represents the DIRECTIONS_4_WAY symbol.
|
EFFORT
Represents the EFFORT symbol.
|
FLAG
Represents the FLAG symbol.
|
HARVEY_BALLS
Represents the HARVEY_BALLS symbol.
|
HEARTS
Represents the HEARTS symbol.
|
MONEY
Represents the MONEY symbol.
|
PAIN
Represents the PAIN symbol.
|
PRIORITY
Represents the PRIORITY symbol.
|
PRIORITY_HML
Represents the PRIORITY_HML symbol.
|
PROGRESS
Represents the PROGRESS symbol.
|
RYG
Represents the RYG symbol.
|
RYGB
Represents the RYGB symbol.
|
RYGG
Represents the RYGG symbol.
|
SIGNAL
Represents the SIGNAL symbol.
|
SKI
Represents the SKI symbol.
|
STAR
Represents the STAR symbol.
|
STAR_RATING
Represents the STAR_RATING symbol.
|
VCR
Represents the VCR symbol.
|
WEATHER
Represents the WEATHER symbol.
|
| Modifier and Type | Method and Description |
|---|---|
static Symbol |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Symbol[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Symbol FLAG
public static final Symbol STAR
public static final Symbol HARVEY_BALLS
public static final Symbol PRIORITY
public static final Symbol RYG
public static final Symbol PRIORITY_HML
public static final Symbol DECISION_SYMBOLS
public static final Symbol DECISION_SHAPES
public static final Symbol VCR
public static final Symbol RYGB
public static final Symbol RYGG
public static final Symbol WEATHER
public static final Symbol PROGRESS
public static final Symbol ARROWS_3_WAY
public static final Symbol ARROWS_4_WAY
public static final Symbol ARROWS_5_WAY
public static final Symbol DIRECTIONS_3_WAY
public static final Symbol DIRECTIONS_4_WAY
public static final Symbol SKI
public static final Symbol SIGNAL
public static final Symbol STAR_RATING
public static final Symbol HEARTS
public static final Symbol MONEY
public static final Symbol EFFORT
public static final Symbol PAIN
public static Symbol[] values()
for (Symbol c : Symbol.values()) System.out.println(c);
public static Symbol 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 © 2014–2017 Smartsheet. All rights reserved.