public static enum Spinnaker_C.spinGevCurrentPhysicalLinkConfigurationEnums extends Enum<Spinnaker_C.spinGevCurrentPhysicalLinkConfigurationEnums>
Enum Constant and Description |
---|
GevCurrentPhysicalLinkConfiguration_DynamicLAG
Dynamic LAG
|
GevCurrentPhysicalLinkConfiguration_MultiLink
Multi Link
|
GevCurrentPhysicalLinkConfiguration_SingleLink
Single Link
|
GevCurrentPhysicalLinkConfiguration_StaticLAG
Static LAG
|
NUM_GEVCURRENTPHYSICALLINKCONFIGURATION |
Modifier and Type | Field and Description |
---|---|
int |
value |
Modifier and Type | Method and Description |
---|---|
Spinnaker_C.spinGevCurrentPhysicalLinkConfigurationEnums |
intern() |
String |
toString() |
static Spinnaker_C.spinGevCurrentPhysicalLinkConfigurationEnums |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C.spinGevCurrentPhysicalLinkConfigurationEnums[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C.spinGevCurrentPhysicalLinkConfigurationEnums GevCurrentPhysicalLinkConfiguration_SingleLink
public static final Spinnaker_C.spinGevCurrentPhysicalLinkConfigurationEnums GevCurrentPhysicalLinkConfiguration_MultiLink
public static final Spinnaker_C.spinGevCurrentPhysicalLinkConfigurationEnums GevCurrentPhysicalLinkConfiguration_StaticLAG
public static final Spinnaker_C.spinGevCurrentPhysicalLinkConfigurationEnums GevCurrentPhysicalLinkConfiguration_DynamicLAG
public static final Spinnaker_C.spinGevCurrentPhysicalLinkConfigurationEnums NUM_GEVCURRENTPHYSICALLINKCONFIGURATION
public static Spinnaker_C.spinGevCurrentPhysicalLinkConfigurationEnums[] values()
for (Spinnaker_C.spinGevCurrentPhysicalLinkConfigurationEnums c : Spinnaker_C.spinGevCurrentPhysicalLinkConfigurationEnums.values()) System.out.println(c);
public static Spinnaker_C.spinGevCurrentPhysicalLinkConfigurationEnums 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.spinGevCurrentPhysicalLinkConfigurationEnums intern()
public String toString()
toString
in class Enum<Spinnaker_C.spinGevCurrentPhysicalLinkConfigurationEnums>
Copyright © 2024. All rights reserved.