public static enum Spinnaker_C.spinScan3dCoordinateSystemReferenceEnums extends Enum<Spinnaker_C.spinScan3dCoordinateSystemReferenceEnums>
| Enum Constant and Description |
|---|
NUM_SCAN3DCOORDINATESYSTEMREFERENCE |
Scan3dCoordinateSystemReference_Anchor
Default value.
|
Scan3dCoordinateSystemReference_Transformed
Transformed reference system.
|
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
Spinnaker_C.spinScan3dCoordinateSystemReferenceEnums |
intern() |
String |
toString() |
static Spinnaker_C.spinScan3dCoordinateSystemReferenceEnums |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C.spinScan3dCoordinateSystemReferenceEnums[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C.spinScan3dCoordinateSystemReferenceEnums Scan3dCoordinateSystemReference_Anchor
public static final Spinnaker_C.spinScan3dCoordinateSystemReferenceEnums Scan3dCoordinateSystemReference_Transformed
public static final Spinnaker_C.spinScan3dCoordinateSystemReferenceEnums NUM_SCAN3DCOORDINATESYSTEMREFERENCE
public static Spinnaker_C.spinScan3dCoordinateSystemReferenceEnums[] values()
for (Spinnaker_C.spinScan3dCoordinateSystemReferenceEnums c : Spinnaker_C.spinScan3dCoordinateSystemReferenceEnums.values()) System.out.println(c);
public static Spinnaker_C.spinScan3dCoordinateSystemReferenceEnums 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.spinScan3dCoordinateSystemReferenceEnums intern()
public String toString()
toString in class Enum<Spinnaker_C.spinScan3dCoordinateSystemReferenceEnums>Copyright © 2024. All rights reserved.