public final class HyperVGeneration extends ExpandableStringEnum<HyperVGeneration>
Modifier and Type | Field and Description |
---|---|
static HyperVGeneration |
V1
Static value V1 for HyperVGeneration.
|
static HyperVGeneration |
V2
Static value V2 for HyperVGeneration.
|
Constructor and Description |
---|
HyperVGeneration() |
Modifier and Type | Method and Description |
---|---|
static HyperVGeneration |
fromString(String name)
Creates or finds a HyperVGeneration from its string representation.
|
static Collection<HyperVGeneration> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final HyperVGeneration V1
public static final HyperVGeneration V2
public static HyperVGeneration fromString(String name)
name
- a name to look forpublic static Collection<HyperVGeneration> values()
Copyright © 2019. All rights reserved.