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 © 2019. All rights reserved.