public static enum Spinnaker_C.spinChunkSourceIDEnums extends Enum<Spinnaker_C.spinChunkSourceIDEnums>
Enum Constant and Description |
---|
ChunkSourceID_Source0
Image comes from the Source 0.
|
ChunkSourceID_Source1
Image comes from the Source 1.
|
ChunkSourceID_Source2
Image comes from the Source 2.
|
NUM_CHUNKSOURCEID |
Modifier and Type | Field and Description |
---|---|
int |
value |
Modifier and Type | Method and Description |
---|---|
Spinnaker_C.spinChunkSourceIDEnums |
intern() |
String |
toString() |
static Spinnaker_C.spinChunkSourceIDEnums |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C.spinChunkSourceIDEnums[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C.spinChunkSourceIDEnums ChunkSourceID_Source0
public static final Spinnaker_C.spinChunkSourceIDEnums ChunkSourceID_Source1
public static final Spinnaker_C.spinChunkSourceIDEnums ChunkSourceID_Source2
public static final Spinnaker_C.spinChunkSourceIDEnums NUM_CHUNKSOURCEID
public static Spinnaker_C.spinChunkSourceIDEnums[] values()
for (Spinnaker_C.spinChunkSourceIDEnums c : Spinnaker_C.spinChunkSourceIDEnums.values()) System.out.println(c);
public static Spinnaker_C.spinChunkSourceIDEnums 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.spinChunkSourceIDEnums intern()
public String toString()
toString
in class Enum<Spinnaker_C.spinChunkSourceIDEnums>
Copyright © 2022. All rights reserved.