public static enum Spinnaker_C.spinYesNo extends Enum<Spinnaker_C.spinYesNo>
Enum Constant and Description |
---|
_UndefinedYesNo
Object is not yet initialized
|
No
no
|
Yes
yes
|
Modifier and Type | Field and Description |
---|---|
int |
value |
Modifier and Type | Method and Description |
---|---|
Spinnaker_C.spinYesNo |
intern() |
String |
toString() |
static Spinnaker_C.spinYesNo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C.spinYesNo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C.spinYesNo Yes
public static final Spinnaker_C.spinYesNo No
public static final Spinnaker_C.spinYesNo _UndefinedYesNo
public static Spinnaker_C.spinYesNo[] values()
for (Spinnaker_C.spinYesNo c : Spinnaker_C.spinYesNo.values()) System.out.println(c);
public static Spinnaker_C.spinYesNo 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 Spinnaker_C.spinYesNo intern()
public String toString()
toString
in class Enum<Spinnaker_C.spinYesNo>
Copyright © 2024. All rights reserved.