public static enum Spinnaker_C._spinRepresentation extends Enum<Spinnaker_C._spinRepresentation>
| Enum Constant and Description |
|---|
_UndefinedRepresentation |
Boolean
Check box
|
HexNumber
Hex number in an edit control
|
IPV4Address
IP-Address
|
Linear
Slider with linear behavior
|
Logarithmic
Slider with logarithmic behaviour
|
MACAddress
MAC-Address
|
PureNumber
Decimal number in an edit control
|
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
Spinnaker_C._spinRepresentation |
intern() |
String |
toString() |
static Spinnaker_C._spinRepresentation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C._spinRepresentation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C._spinRepresentation Linear
public static final Spinnaker_C._spinRepresentation Logarithmic
public static final Spinnaker_C._spinRepresentation Boolean
public static final Spinnaker_C._spinRepresentation PureNumber
public static final Spinnaker_C._spinRepresentation HexNumber
public static final Spinnaker_C._spinRepresentation IPV4Address
public static final Spinnaker_C._spinRepresentation MACAddress
public static final Spinnaker_C._spinRepresentation _UndefinedRepresentation
public static Spinnaker_C._spinRepresentation[] values()
for (Spinnaker_C._spinRepresentation c : Spinnaker_C._spinRepresentation.values()) System.out.println(c);
public static Spinnaker_C._spinRepresentation 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._spinRepresentation intern()
public String toString()
toString in class Enum<Spinnaker_C._spinRepresentation>Copyright © 2020. All rights reserved.