public enum EnumCV_ClockfaceLocationForColon extends java.lang.Enum<EnumCV_ClockfaceLocationForColon>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_ClockfaceLocationForColon |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_ClockfaceLocationForColon[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_ClockfaceLocationForColon ONE_O_CLOCK_POSITION_F_01781
public static final EnumCV_ClockfaceLocationForColon TWO_O_CLOCK_POSITION_F_01782
public static final EnumCV_ClockfaceLocationForColon THREE_O_CLOCK_POSITION_F_01783
public static final EnumCV_ClockfaceLocationForColon FOUR_O_CLOCK_POSITION_F_01784
public static final EnumCV_ClockfaceLocationForColon FIVE_O_CLOCK_POSITION_F_01785
public static final EnumCV_ClockfaceLocationForColon SIX_O_CLOCK_POSITION_F_01786
public static final EnumCV_ClockfaceLocationForColon SEVEN_O_CLOCK_POSITION_F_01787
public static final EnumCV_ClockfaceLocationForColon EIGHT_O_CLOCK_POSITION_F_01788
public static final EnumCV_ClockfaceLocationForColon NINE_O_CLOCK_POSITION_F_01789
public static final EnumCV_ClockfaceLocationForColon TEN_O_CLOCK_POSITION_F_0178A
public static final EnumCV_ClockfaceLocationForColon ELEVEN_O_CLOCK_POSITION_F_0178B
public static final EnumCV_ClockfaceLocationForColon TWELVE_O_CLOCK_POSITION_F_0178C
public static EnumCV_ClockfaceLocationForColon[] values()
for (EnumCV_ClockfaceLocationForColon c : EnumCV_ClockfaceLocationForColon.values()) System.out.println(c);
public static EnumCV_ClockfaceLocationForColon 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 getValue()